Skip to content

Commit 9c6b4df

Browse files
committed
Use the custom domain to invoke the API Gateway
1 parent d7c9ff7 commit 9c6b4df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/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-
apiBaseUrl: 'http://api.dev.interviewprep.onyxdevtutorials.com:3000/api/v0',
3+
apiBaseUrl: 'https://api.dev.interviewprep.onyxdevtutorials.com/api/v0',
44
};
55
// export const environment = {
66
// production: true,

0 commit comments

Comments
 (0)