Enabling optional https in development
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user