diff --git a/main_web/proxy.conf.json b/main_web/proxy.conf.json
index 3788c80..3e876a3 100644
--- a/main_web/proxy.conf.json
+++ b/main_web/proxy.conf.json
@@ -9,9 +9,6 @@
"target": "http://localhost:8080",
"secure": false,
"changeOrigin": true,
- "logLevel": "debug",
- "headers": {
- "x-proxy-target": "https://iko-main.ddns.net"
- }
+ "logLevel": "debug"
}
}
diff --git a/main_web/src/assets/config.json b/main_web/src/assets/config.json
index bd49655..570b998 100644
--- a/main_web/src/assets/config.json
+++ b/main_web/src/assets/config.json
@@ -1,14 +1,8 @@
[
- {
- "icon": "",
- "name": "Ikov Plex Server (Local)",
- "url": "https://iko-main.ddns.net/draw/",
- "headers": {}
- },
- {
+ {
"icon": "",
"name": "Ikov ddns",
- "url": "https://iko-home.ddns.net/",
+ "url": "https://localhost/",
"headers": {}
}
]
\ No newline at end of file