Add site map

This commit is contained in:
2025-06-15 15:41:17 +01:00
parent 3b96c59bcf
commit 4e860d14e6
9 changed files with 83 additions and 1 deletions

View File

@@ -4,3 +4,6 @@ import sys
sys.path.append('/var/www/jc')
from index import app as application
if __name__ == '__main__':
application.run(debug=True)