fix(parapharmacy-api): use CORS_ORIGIN env var for Swagger server URL #40

Merged
Ichitux merged 2 commits from fix/swagger-server-url-deployment into main 2026-07-17 07:50:23 +00:00
2 changed files with 0 additions and 10 deletions
Showing only changes of commit 1c45be852a - Show all commits
-5
View File
@@ -59,11 +59,6 @@ jobs:
if: needs.detect-changes.outputs.parapharmacy-api == 'true' if: needs.detect-changes.outputs.parapharmacy-api == 'true'
runs-on: ubuntu-latest runs-on: ubuntu-latest
timeout-minutes: 15 timeout-minutes: 15
services:
mongodb:
image: mongo:7
ports:
- 27017:27017
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Setup Node.js - name: Setup Node.js
-5
View File
@@ -99,11 +99,6 @@ jobs:
if: needs.detect-changes.outputs.parapharmacy-api == 'true' if: needs.detect-changes.outputs.parapharmacy-api == 'true'
runs-on: ubuntu-latest runs-on: ubuntu-latest
timeout-minutes: 15 timeout-minutes: 15
services:
mongodb:
image: mongo:7
ports:
- 27017:27017
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Setup Node.js - name: Setup Node.js