disable swagger + update cors for production

This commit is contained in:
2025-10-31 00:55:29 +07:00
parent 29685fd68d
commit 758e376381
6 changed files with 85 additions and 73 deletions

View File

@@ -35,5 +35,11 @@
"SentryEnabled": false,
"LoopDetectionEnabled": true,
"LogErrorsOnly": true
},
"Cors": {
"AllowedOrigins": [
"https://app.kaigen.ai",
"https://api.kaigen.ai"
]
}
}