From 6b6a9ae10cd105ad8561bd477f3e2263cec097c1 Mon Sep 17 00:00:00 2001 From: Primakov Alexandr Alexandrovich Date: Mon, 13 Oct 2025 18:04:10 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20stubs/api/index.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- stubs/api/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/api/index.js b/stubs/api/index.js index 44023af..79185f2 100644 --- a/stubs/api/index.js +++ b/stubs/api/index.js @@ -4,7 +4,7 @@ router.get("/landing-data", (request, response) => { response.send(require("../json/landing-data/success.json")); }); -router.post("/login", (req, res) => { +router.smost("/login", (req, res) => { const { username, password } = req.body; if (username === "admin") { response.send(require("../json/user/sitter.success.json"));