Working on new features

This commit is contained in:
2021-06-21 22:10:17 +02:00
parent 0f7a29d195
commit 1605721b57
2 changed files with 71 additions and 46 deletions

View File

@@ -54,8 +54,6 @@ Route.group(() => {
Route.resource('files', 'FileController').only(['store', 'destroy'])
Route.post('/locations', 'LocationsController.store')
Route.post('/projects', 'ProjectsController.store')
Route.resource('guestbook', 'GuestBookController').only(['index', 'show'])
}).middleware('auth:web')
Route.group(() => {