Skip to content

Commit

Permalink
CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcampagnolitg committed Oct 23, 2024
1 parent 97e9a21 commit 60ff628
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { env } from './.env';

export const environment = {
production: true,
serverUrl: env['SERVER_URL'] || 'http://localhost:3000/api',
serverUrl: env['SERVER_URL'] || 'http://localhost:3000/api/',
gcpProject: env['GCLOUD_PROJECT'],
firestoreDb: env['FIRESTORE_DATABASE'],
auth: env['AUTH'],
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { env } from './.env';

export const environment = {
production: false,
serverUrl: env['SERVER_URL'] || 'http://localhost:3000/api',
serverUrl: env['SERVER_URL'] || 'http://localhost:3000/api/',
gcpProject: env['GCLOUD_PROJECT'],
firestoreDb: env['FIRESTORE_DATABASE'],
auth: env['AUTH'],
Expand Down

0 comments on commit 60ff628

Please sign in to comment.