Skip to content

Commit 93e1889

Browse files
committed
Updated default baseUrl to match docs
1 parent df4cad6 commit 93e1889

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/environments/environment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// "env" is defined in env.js and facilitates dynamic configurations using environment variables
22
export const environment = {
33
production: window["env"].PRODUCTION === "true",
4-
baseUrl: window["env"].BASE_URL,
4+
baseUrl: window["env"].BASE_URL || "http://localhost:3000/api/v1/",
55
tablePageSize: parseInt(window["env"].TABLE_PAGE_SIZE) || 20
66
};
77

0 commit comments

Comments
 (0)