Skip to content

Commit 006b99b

Browse files
committed
remove page side
1 parent 42e4d94 commit 006b99b

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

swa-db-connections/staticwebapp.database.config.json

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,23 +23,16 @@
2323
},
2424
"host": {
2525
"cors": {
26-
"origins": [
27-
"http://localhost:5173/",
28-
"http://localhost:4280"
29-
],
26+
"origins": ["http://localhost:5173/", "http://localhost:4280"],
3027
"allow-credentials": false
3128
},
3229
"authentication": {
3330
"provider": "StaticWebApps"
3431
},
3532
"mode": "production"
36-
},
37-
"pagination": {
38-
"max-page-size": 1000,
39-
"default-page-size": 100
4033
}
4134
},
42-
"entities": {
35+
"entities": {
4336
"Engagement": {
4437
"source": {
4538
"object": "engagements"

0 commit comments

Comments
 (0)