Update index.js

This commit is contained in:
2025-05-03 20:51:34 +05:00
committed by GitHub
parent 7809c38277
commit 8d524a09f3

View File

@@ -1,4 +1,8 @@
const express = require('express');
const app = express();
const PORT = 3000;
app.use(express.json());
// Новый методы
const { searchProfiles } = require('./src/profile-search');
const getVerifiedUsers = require('./src/is_verified');