mirror of
https://github.com/arthur-pbty/PyRoute.git
synced 2026-06-11 11:20:53 +02:00
Adds css and js files
This commit is contained in:
@@ -6,6 +6,7 @@ from dotenv import load_dotenv
|
||||
from route import *
|
||||
from controller import *
|
||||
|
||||
|
||||
load_dotenv()
|
||||
listen = int(os.getenv("LISTEN"))
|
||||
host = os.getenv("HOST")
|
||||
|
||||
Reference in New Issue
Block a user