We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97594a9 commit ac117beCopy full SHA for ac117be
.github/workflows/main.yml
@@ -14,5 +14,5 @@ jobs:
14
- name: Checkout
15
uses: actions/checkout@v4
16
- run: cp /home/hasan/ituacm_website_backend/.env /home/hasan/actions-runner/_work/ituacm_website_backend/ituacm_website_backend/
17
- - run: docker compose -f docker-compose.yml build
+ - run: docker compose -f docker-compose.yml build --no-cache
18
- run: docker compose -f docker-compose.yml up -d
backend/app/main.py
@@ -22,6 +22,7 @@ def custom_generate_unique_id(route: APIRoute) -> str:
22
23
# Set all CORS enabled origins
24
if settings.BACKEND_CORS_ORIGINS:
25
+ print(settings.BACKEND_CORS_ORIGINS)
26
app.add_middleware(
27
CORSMiddleware,
28
allow_origins=[
0 commit comments