mirror of https://github.com/xfarrow/blink
Update api_controller.js
This commit is contained in:
parent
b5c6bfded3
commit
65ac272876
|
@ -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 ========
|
||||
|
||||
|
|
Loading…
Reference in New Issue