a lil oopsie
This commit is contained in:
@@ -527,7 +527,7 @@
|
||||
// --- State ---
|
||||
const getServerUrl = () => {
|
||||
const extensionServerIp = localStorage.getItem("extension_server_ip") || "localhost";
|
||||
const url = "http://" + extensionServerIp + ":7275";
|
||||
const url = "";
|
||||
console.log("[manga-info] serverUrl=", url);
|
||||
return url;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user