Skip to content

Commit

Permalink
fix: fix ark resolver not working (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelBoerlin authored May 7, 2024
1 parent 0dafdd9 commit 6212edb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ark.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@
#################################################################################################
# Server implementation.

Sanic.start_method = "fork"

app = Sanic('ark_resolver')
CORS(app)

Expand Down

0 comments on commit 6212edb

Please sign in to comment.