Update index.js
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user