fix: Reverse Proxy support (#3173)
This commit is contained in:
@@ -90,7 +90,7 @@
|
||||
methods: {
|
||||
save() {
|
||||
this.error = null;
|
||||
fetch("/api/password", {
|
||||
fetch("./api/password", {
|
||||
method: "POST",
|
||||
body: JSON.stringify(this.passwordData),
|
||||
}).then((r) => {
|
||||
|
||||
Reference in New Issue
Block a user