Skip to content

Commit 82a7a2c

Browse files
committed
Fixed backend api host
1 parent 55f32fb commit 82a7a2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/environments/environment.prod.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export const environment = {
22
production: true,
3-
apiHost: '//bailerplate-api.chrislee.kr/v1',
3+
apiHost: '//boilerplate-api.chrislee.kr/v1',
44
tokenName: 'backend-token',
55
customDateTimeFormat: {
66
apiFormat: 'YYYY-MM-DD HH:mm:ss',

0 commit comments

Comments
 (0)