Skip to content

Commit

Permalink
add other endpoints for proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
spaced committed Sep 18, 2024
1 parent cd39b00 commit 9a2fb3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ebics-web-ui/quasar.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ module.exports = configure(function (ctx) {
// Full list of options: https://v2.quasar.dev/quasar-cli/quasar-conf-js#Property%3A-build
build: {
env: ctx.dev ? {
API_URL: undefined,
API_URL: "http://localhost:8081",
AUTH_TYPE: 'HTTP_BASIC',
AUTH_TYPE_SSO_OVER_BASIC: undefined
} : {
Expand Down Expand Up @@ -103,7 +103,7 @@ module.exports = configure(function (ctx) {
port: 8081,
open: true, // opens browser window automatically
proxy: {
context: ['/login', '/user'],
context: ['/login', '/user','/bankconnections','/banks'],
target: 'http://localhost:8080',
changeOrigin: true
}
Expand Down

0 comments on commit 9a2fb3e

Please sign in to comment.