Skip to content

Commit

Permalink
is no environemnt file created??
Browse files Browse the repository at this point in the history
  • Loading branch information
ninori9 committed Jan 5, 2025
1 parent c5319ad commit 26bf340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/environments/environment.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const environment = {
production: false,
backendUrl: 'http://localhost:9007/api',
backendUrl: '/api',
angelosAppApiKey: 'SOME_SECRET_KEY'
};

0 comments on commit 26bf340

Please sign in to comment.