fix: Request on "/login" instead of "/"
Just a semantic fix, helps in identifying the request in network tab and easier add proxy while working with custom app
This commit is contained in:
parent
20f77da5e7
commit
f0eef73cf7
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ $.extend(frappe, {
|
|||
}
|
||||
return $.ajax({
|
||||
type: opts.type || "POST",
|
||||
url: "/",
|
||||
url: "/login",
|
||||
data: opts.args,
|
||||
dataType: "json",
|
||||
headers: {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue