Skip to content

Commit a12e7ba

Browse files
authored
Merge pull request #9 from prafull-opensignlabs/patch-8
Update server path
2 parents 735a47d + c37745c commit a12e7ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.do/deploy.template.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ spec:
66
name: opensignserver
77
match:
88
path:
9-
prefix: /app
9+
prefix: /api
1010
- component:
1111
name: opensigndb
1212
match:
@@ -48,7 +48,7 @@ spec:
4848
value: /app
4949
- key: SERVER_URL
5050
scope: RUN_TIME
51-
value: ${APP_URL}/app
51+
value: ${APP_URL}/api/app
5252
- key: USE_LOCAL
5353
scope: RUN_TIME
5454
value: "TRUE"

0 commit comments

Comments
 (0)