This commit is contained in:
Kavalar 2023-03-22 18:32:24 +03:00
parent ae2568c187
commit 2554d4a297

View File

@ -5,7 +5,7 @@ from daemon.SimpleDaemon import Daemon
class CdnServerDaemon(Daemon): class CdnServerDaemon(Daemon):
def run(self): def run(self):
uvicorn.run("server:app", port=5023, log_level="info") uvicorn.run("server:app", port=5044, log_level="info")
# Press the green button in the gutter to run the script. # Press the green button in the gutter to run the script.