This commit is contained in:
Kavalar 2023-03-22 18:30:22 +03:00
parent 3a6420eef1
commit ae2568c187

View File

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