Skip to content

Commit

Permalink
fix: Allow localhost cors (#881)
Browse files Browse the repository at this point in the history
## Describe your changes

Fixes: #880 

## Checklist before requesting review

- [x] Feature/fix PRs should add one atomic (as small as possible)
feature or fix.
- [x] The code compiles and all the tests pass.
  • Loading branch information
didrikmunther authored May 25, 2023
1 parent 9d270c2 commit d6059bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ais/production/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"https://www.armada.nu",
"http://armada.nu",
"http://www.armada.nu",
"http://localhost:8000",
]

DEBUG = False
Expand Down

0 comments on commit d6059bf

Please sign in to comment.