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:
Suraj Shetty 2023-05-14 22:20:36 +05:30
parent 20f77da5e7
commit f0eef73cf7

View file

@ -84,7 +84,7 @@ $.extend(frappe, {
}
return $.ajax({
type: opts.type || "POST",
url: "/",
url: "/login",
data: opts.args,
dataType: "json",
headers: {