Skip to content

Commit

Permalink
ny port ung-sak 8901
Browse files Browse the repository at this point in the history
  • Loading branch information
qtips committed Jan 6, 2025
1 parent 681916a commit 84a2d9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ung.vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export default ({ mode }) => {
port: 9005,
proxy: {
'/ung/sak': {
target: process.env.APP_URL_UNG_SAK || 'http://localhost:8991',
target: process.env.APP_URL_UNG_SAK || 'http://localhost:8901',
changeOrigin: !!process.env.APP_URL_UNG_SAK,
ws: false,
secure: false,
Expand All @@ -71,7 +71,7 @@ export default ({ mode }) => {
});
},
},
'/ung/feature-toggle/toggles.json': createMockResponder('http://localhost:8991', staticJsonResponse(featureTogglesFactory())),
'/ung/feature-toggle/toggles.json': createMockResponder('http://localhost:8901', staticJsonResponse(featureTogglesFactory())),
},
},
base: '/ung/web',
Expand Down

0 comments on commit 84a2d9e

Please sign in to comment.