From 6ff1109eb0b06215a2a2129b460ec7b9c3b76c6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=BC=E3=83=BC=E3=83=AC?= Date: Sat, 3 May 2025 20:53:18 +0500 Subject: [PATCH] Update index.js --- api/v1/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/api/v1/index.js b/api/v1/index.js index 8a382a7..2f50642 100644 --- a/api/v1/index.js +++ b/api/v1/index.js @@ -1,5 +1,4 @@ const express = require('express'); -const app = express(); app.use(express.json()); // Новый методы