mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-06-07 05:50:41 +02:00
adds window.__FORWARDED_PREFIX__ to index.html
This commit is contained in:
parent
fdfdef5837
commit
52a798e4c8
@ -8,6 +8,10 @@
|
|||||||
<meta name="description" content="Web site displaying a pydase UI." />
|
<meta name="description" content="Web site displaying a pydase UI." />
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
window.__FORWARDED_PREFIX__ = ""; // this will be used if the service is behind a proxy which strips a prefix
|
||||||
|
</script>`
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||||
<div id="root"></div>
|
<div id="root"></div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user