From 3863fc296e42a0096b4fd6b4126df4145bbaa09d 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:52:41 +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 06a14a6..8a382a7 100644 --- a/api/v1/index.js +++ b/api/v1/index.js @@ -1,6 +1,5 @@ const express = require('express'); const app = express(); -const PORT = 3000; app.use(express.json()); // Новый методы