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