Skip to content

Commit

Permalink
added acceptable host
Browse files Browse the repository at this point in the history
  • Loading branch information
janestreeter committed Jul 30, 2023
1 parent cda334e commit 06b616f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/utils/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
DEBUG = config.DEBUG
log.setup()
origins = [
"https://kube.watch",
"https://yeets.me",
"http://localhost",
"http://localhost:8080",
Expand Down

0 comments on commit 06b616f

Please sign in to comment.