diff --git a/seasoned_api/src/webserver/app.js b/seasoned_api/src/webserver/app.js index 58dc4fa..33b431b 100644 --- a/seasoned_api/src/webserver/app.js +++ b/seasoned_api/src/webserver/app.js @@ -109,7 +109,7 @@ router.post('/v1/git/dump', require('./controllers/git/dumpHook.js')); /** * misc */ - router.get('v1/emoji', require('./controllers/misc/emoji.js')); + router.get('/v1/emoji', require('./controllers/misc/emoji.js')); // REGISTER OUR ROUTES ------------------------------- // all of our routes will be prefixed with /api