Enabling optional https in development

This commit is contained in:
David Négrier 2020-06-25 10:32:47 +02:00
parent 371b4f0063
commit d18abaf067
4 changed files with 27 additions and 5 deletions

View file

@ -29,7 +29,7 @@ jobs:
- name: "Build"
run: yarn run build
env:
API_URL: "http://localhost:8080"
API_URL: "localhost:8080"
working-directory: "front"
- name: "Lint"