mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-06-06 13:30: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." />
|
||||
</head>
|
||||
|
||||
<script>
|
||||
window.__FORWARDED_PREFIX__ = ""; // this will be used if the service is behind a proxy which strips a prefix
|
||||
</script>`
|
||||
|
||||
<body>
|
||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||
<div id="root"></div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user