Skip to content

Commit

Permalink
Revert "Revert "Update FULL_URL to innotin.helsinki.fi""
Browse files Browse the repository at this point in the history
This reverts commit a151326.
  • Loading branch information
Tereshchenko Aleksandr committed Aug 23, 2024
1 parent f74c43f commit b11ae7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const validModels = [

// eslint-disable-next-line no-nested-ternary
export const FULL_URL = inProduction
? 'https://ipsutin.ext.ocp-prod-0.k8s.it.helsinki.fi'
? 'https://innotin.helsinki.fi'
: inStaging
? 'https://ipsutin.ext.ocp-test-0.k8s.it.helsinki.fi'
: 'http://localhost:3000'

0 comments on commit b11ae7b

Please sign in to comment.