room reservation model, controller, seeder and migration files added
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import env from '#start/env'
|
||||
import { defineConfig, drivers } from '@adonisjs/core/encryption'
|
||||
|
||||
export default defineConfig({
|
||||
default: 'legacy',
|
||||
list: {
|
||||
legacy: drivers.legacy({
|
||||
keys: [env.get('APP_KEY')],
|
||||
}),
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user