mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-28 21:58:15 +02:00
add appBaseUrl
This commit is contained in:
parent
ba8f441798
commit
869f8890cf
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ export function buildTraefikConfig(
|
||||||
"/api/v1",
|
"/api/v1",
|
||||||
`http://${config.server.internal_hostname}:${config.server.internal_port}`,
|
`http://${config.server.internal_hostname}:${config.server.internal_port}`,
|
||||||
).href,
|
).href,
|
||||||
|
appBaseUrl: config.app.base_url,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue