Files
amayo/AmayoWeb/public/.well-known/api-config.json
2025-11-24 16:16:01 -06:00

17 lines
299 B
JSON

{
"endpoint": "https://api.amayo.dev/api",
"version": "1.0.0",
"features": {
"rateLimit": true,
"cors": true,
"csrf": true
},
"security": {
"requiresToken": true,
"allowedOrigins": [
"https://docs.amayo.dev",
"https://amayo.dev"
]
}
}