We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dabc99 commit 91afb05Copy full SHA for 91afb05
gui/src/services/backend/api.ts
@@ -29,7 +29,8 @@ import config from '../../../config'
29
import * as hardcoded from '../hardcoded'
30
31
function bankBaseRoute(bank: BankName): string {
32
- return `http://localhost:8083/${bank.toLowerCase().replace(/ /g, '-')}/api`
+// return `http://localhost:8083/${bank.toLowerCase().replace(/ /g, '-')}/api`
33
+ return `/${bank.toLowerCase().replace(/ /g, '-')}/api`
34
}
35
36
function handleError(action: string, error: unknown): void {
0 commit comments