Skip to content

Commit

Permalink
Merge pull request #465 from HSLdevcom/content-to-cms
Browse files Browse the repository at this point in the history
change uri
  • Loading branch information
sharhio authored Sep 18, 2024
2 parents a71f57d + c864e74 commit d01b4cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/monitorConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ export default {
},
name: 'hsl',
uri: 'routing/v2/routers/hsl/index/graphql',
bannersUri: 'https://content.hsl.fi/api/v1/banners?',
bannersUri: 'https://cms.hsl.fi/api/v1/banners?',
HSLUri:
// eslint-disable-next-line no-undef
window.location.href.indexOf('omatnaytot') > -1 ||
// eslint-disable-next-line no-undef
window.location.href.indexOf('pre-prod') > -1
? 'https://hsl.fi'
: 'https://test.hslfi.hsldev.com/',
suggestionsUri: 'https://content.hsl.fi/api/v1/search/suggestions/',
suggestionsUri: 'https://cms.hsl.fi/api/v1/search/suggestions/',
showMinutes: '10',
alertOrientation: 'static', // Possible values are 'vertical', 'horizontal' and 'static'
login: {
Expand Down

0 comments on commit d01b4cd

Please sign in to comment.