Split routes into multiple files (#2)

* split into files

* attempted path fix

* perms fix

* added missed functions

* fixed circular dependancy

* I hate splitting

* env fix

* path fix
This commit is contained in:
2025-02-18 01:27:40 +00:00
committed by GitHub
parent 4c7853fb3f
commit c1f26094de
24 changed files with 584 additions and 470 deletions
+3 -2
View File
@@ -7,7 +7,7 @@ services:
- static
volumes:
- instance:/app/instance
- ./sites:/app/sites
- sites:/app/sites
environment:
- FLASK_ENV=production
@@ -15,4 +15,5 @@ networks:
static:
volumes:
instance:
instance:
sites: