Update api_controller.js

This commit is contained in:
Alessandro Ferro 2024-02-20 17:49:28 +01:00
parent b5c6bfded3
commit 65ac272876
1 changed files with 0 additions and 3 deletions

View File

@ -12,10 +12,7 @@
*/
// todo this file shall be deleted
require('dotenv').config();
const bcrypt = require('bcrypt');
const crypto = require('crypto');
const knex = require('../utils/knex_config');
const jwt = require('jsonwebtoken');
// ======== BEGIN API ENDPOINTS ========