1
0

Change default api url to 3456 (Vikunja default)

This commit is contained in:
kolaente
2020-05-05 22:47:17 +02:00
parent d46faec23d
commit 0c6b0cb48d
3 changed files with 4 additions and 4 deletions

View File

@ -39,7 +39,7 @@ steps:
- yarn --frozen-lockfile
- yarn run lint
- yarn run build
- sed -i 's/http\:\/\/localhost\:8080\/api\/v1/\/api\/v1/g' dist/index.html # Override the default api url used for developing
- sed -i 's/http\:\/\/localhost\:3456\/api\/v1/\/api\/v1/g' dist/index.html # Override the default api url used for developing
- name: static
image: kolaente/zip
@ -113,7 +113,7 @@ steps:
- yarn --frozen-lockfile
- yarn run lint
- yarn run build
- sed -i 's/http\:\/\/localhost\:8080\/api\/v1/\/api\/v1/g' dist/index.html # Override the default api url used for developing
- sed -i 's/http\:\/\/localhost\:3456\/api\/v1/\/api\/v1/g' dist/index.html # Override the default api url used for developing
- name: static
image: kolaente/zip