Merge branch 'mm-frontend-api-root' into 'master'

Use relative base url for backend

See merge request BI-IDO/bi-ido-flight-log-public!7
This commit is contained in:
Ing. Jiří Mlejnek 2023-11-06 18:47:02 +01:00
commit dff04667db
4 changed files with 24 additions and 23 deletions

View file

@ -9,5 +9,5 @@
</head> </head>
<body aurelia-app="main"> <body aurelia-app="main">
<script type="text/javascript" src="/app.768a36b72f06ac99edf3.bundle.js"></script><script type="text/javascript" src="/vendor.ba835e659bca766e203c.bundle.js"></script></body> <script type="text/javascript" src="/app.bundle.js"></script><script type="text/javascript" src="/vendor.ba835e659bca766e203c.bundle.js"></script></body>
</html> </html>

View file

@ -18,7 +18,7 @@ export function configure(aurelia) {
http.configure(config => { http.configure(config => {
config config
.useStandardConfiguration() .useStandardConfiguration()
.withBaseUrl('http://localhost:8081/') .withBaseUrl('/') // It used to be http://localhost:8081, but let it use default host
.withDefaults({ .withDefaults({
headers: { headers: {
'Accept': 'application/json' 'Accept': 'application/json'

0
mvnw vendored Normal file → Executable file
View file