fix routes

This commit is contained in:
2020-12-19 23:18:07 +01:00
parent d71659e50d
commit 1b4820f785

View File

@@ -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', 'StatesController.add')
Route.post('/locations', 'LocationsControllerf.add')
Route.post('/projects', 'ProjectsController.add')
}).middleware('auth')