Skip to content

Commit cdc2681

Browse files
author
Леня Яковлев
committed
change url login
1 parent c214011 commit cdc2681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/components/pages/Login.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
return false
118118
}
119119
try {
120-
const response = await axios.post(`http://79.143.30.13/login/sign`, {
120+
const response = await axios.post(`/login/sign`, {
121121
login: this.login,
122122
password: this.password
123123
});

0 commit comments

Comments
 (0)