grpc
All checks were successful
Deploy Dev / Build (pull_request) Successful in 33s
Deploy Dev / Push (pull_request) Successful in 12s
Deploy Dev / Deploy dev (pull_request) Successful in 23s

This commit is contained in:
2024-12-08 21:12:32 +03:00
parent 4b63faabef
commit 5b9c1a18b7
16 changed files with 67 additions and 106 deletions

View File

@@ -6,7 +6,7 @@ if arg == 'worker':
from daemons import worker
daemon = worker.Daemon()
else:
from api import app
from daemons.api import app
app.run(host="0.0.0.0", port=1238)
daemon.execute()