This commit is contained in:
Damodar Lohani
2024-09-19 12:06:45 +05:45
parent 77f5ba5293
commit 220550f401
+1 -1
View File
@@ -40,7 +40,7 @@
}
function getEndpointOrigin() {
const url = URL.parse(VARS.APPWRITE_ENDPOINT);
const url = new URL(VARS.APPWRITE_ENDPOINT);
return url.origin;
}
</script>