mirror of
https://github.com/ArthurDanjou/artdanj-api.git
synced 2026-01-30 03:17:50 +01:00
Lint and update
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import Route from "@ioc:Adonis/Core/Route";
|
||||
import Route from '@ioc:Adonis/Core/Route'
|
||||
|
||||
Route.group(() => {
|
||||
Route.resource('/form', 'FormsController').except(['edit', 'create', 'update'])
|
||||
|
||||
Reference in New Issue
Block a user