Skip to content

Commit

Permalink
changed baseUrl for environment.prod.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
MocStepan committed May 16, 2024
1 parent 34b8f17 commit b56e074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const environment = {
baseUrl: 'http://www.weather-app-backend.moc-backend.cz/',
baseUrl: 'https://www.weather-app-backend.moc-backend.cz/',
production: true,
version: '1.0.0'
};

0 comments on commit b56e074

Please sign in to comment.