Merge pull request #207 from tiqi-group/fix/removes_backtick_from_index_html

chore: removes backtick typo from index.html
This commit is contained in:
Mose Müller 2025-01-20 14:01:15 +01:00 committed by GitHub
commit 9424d4c412
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
// this will be set by the python backend if the service is behind a proxy which strips a prefix. The frontend can use this to build the paths to the resources.
window.__FORWARDED_PREFIX__ = "";
window.__FORWARDED_PROTO__ = "";
</script>`
</script>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>

View File

@ -15,7 +15,7 @@
// this will be set by the python backend if the service is behind a proxy which strips a prefix. The frontend can use this to build the paths to the resources.
window.__FORWARDED_PREFIX__ = "";
window.__FORWARDED_PROTO__ = "";
</script>`
</script>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>