Skip to content

Commit

Permalink
add allowed_hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
LisoviyDev committed Feb 24, 2025
1 parent fc67ed4 commit f075837
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/django-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Run Django Tests
on:
push:
branches:
- main
- backend_API
pull_request:
branches:
- main
- backend_API

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion zerofcks/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True

ALLOWED_HOSTS = []
ALLOWED_HOSTS = ['applehealth.zeabur.app']


# Application definition
Expand Down

0 comments on commit f075837

Please sign in to comment.