Skip to content

Commit

Permalink
Updated route name
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-vasconcelos committed Jan 5, 2024
1 parent 771dfde commit 51785dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collector/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ fastify.route({
// SETUP ENDPOINTS

fastify.post('/collector/usage/website', usageEndpoint.website);
fastify.post('/collector/feedback/stopsExplorerRealtime', feedbackEndpoint.stopsExplorerRealtime);
fastify.post('/collector/feedback/stopsRealtime', feedbackEndpoint.stopsExplorerRealtime);

//
// START FASTIFY SERVER
Expand Down

0 comments on commit 51785dc

Please sign in to comment.