We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af90892 commit 6404e64Copy full SHA for 6404e64
app/Models/User.ts
@@ -20,7 +20,7 @@ export default {
20
},
21
22
useApi: {
23
- uri: 'users', // defaults to the table name,
+ uri: 'users', // defaults to the table name,
24
middleware: ['auth'], // defaults to `[]`
25
routes: {
26
// defaults to all routes
config/cloud.ts
@@ -1,5 +1,4 @@
1
import type { CloudConfig } from '@stacksjs/types'
2
-import { env } from '@stacksjs/env'
3
import security from './security'
4
5
/**
0 commit comments