Files
kServers-kList/src/ver/0.0.2/data/routes.json
Unstable Kitsune ba286278cf feat: add initial Flask web app for Discord server listing
Introduces backend with server retrieval and API integration, front-end UI with templates and styles, and configuration files for deployment.
2025-09-03 05:44:19 -04:00

10 lines
196 B
JSON

{
"view_server": {
"rule": "/server/<serverID>",
"strict_slashes": false
},
"view_server_default": {
"rule": "/server/",
"strict_slashes": false
}
}