Skip to content

Commit bd971de

Browse files
committed
Fix development base url
1 parent 7e513b8 commit bd971de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export const ENVIRONMENT = {
22
production: false,
3-
BASE_URL: import.meta.env['APP_ENCRYPTATION_KEY'],
3+
BASE_URL: import.meta.env['APP_BASE_URL'],
44
ENCRYPTED_KEY: import.meta.env['APP_ENCRYPTATION_KEY'],
55
};

0 commit comments

Comments
 (0)