Refactoring

This commit is contained in:
2025-11-11 20:49:23 +00:00
parent dba64a0051
commit 3bdf66cb98
16 changed files with 336 additions and 286 deletions

View File

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