Skip to content

Commit 6404e64

Browse files
committed
chore: wip
1 parent af90892 commit 6404e64

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

app/Models/User.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default {
2020
},
2121

2222
useApi: {
23-
uri: 'users', // defaults to the table name,
23+
uri: 'users', // defaults to the table name,
2424
middleware: ['auth'], // defaults to `[]`
2525
routes: {
2626
// defaults to all routes

config/cloud.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import type { CloudConfig } from '@stacksjs/types'
2-
import { env } from '@stacksjs/env'
32
import security from './security'
43

54
/**

0 commit comments

Comments
 (0)