diff --git a/start/routes.ts b/start/routes.ts index 5e915ec..e0c23be 100644 --- a/start/routes.ts +++ b/start/routes.ts @@ -60,7 +60,7 @@ Route.group(() => { Route.post('/states', 'StatesController.set') Route.post('/stats/build', 'StatesController.incrementBuild') Route.post('/stats/command', 'StatesController.incrementCommand') - Route.post('/locations', 'LocationsControllerf.add') + Route.post('/locations', 'LocationsController.add') Route.post('/projects', 'ProjectsController.add') }).middleware('auth')