From 0a4c13c617d09a2053f598b92c0776ed38e01b8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mose=20M=C3=BCller?= Date: Mon, 20 Jan 2025 14:00:39 +0100 Subject: [PATCH] frontend: removes backtick typo from index.html --- frontend/index.html | 2 +- src/pydase/frontend/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/index.html b/frontend/index.html index c809811..1ba7004 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -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__ = ""; -` + diff --git a/src/pydase/frontend/index.html b/src/pydase/frontend/index.html index 187216a..7b2cdfc 100644 --- a/src/pydase/frontend/index.html +++ b/src/pydase/frontend/index.html @@ -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__ = ""; -` +