new file: README.md

new file:   app.py
	new file:   config.json
	new file:   requirements.txt
This commit is contained in:
SimolZimol
2026-08-03 22:39:09 +02:00
parent 87f58e2ff3
commit 13b72c2e8b
4 changed files with 395 additions and 0 deletions

6
config.json Normal file
View File

@@ -0,0 +1,6 @@
{
"routes": {
"/community-mp": "https://lubiethistoria.com/community-mp",
"/": "https://lubiethistoria.com/"
}
}