mirror of
https://github.com/ArthurDanjou/artdanj-api.git
synced 2026-01-29 11:00:27 +01:00
Working on new features
This commit is contained in:
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user