Update middleware/midware.js
Browse files- middleware/midware.js +1 -1
middleware/midware.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import { Database } from '../database/database.js';
|
2 |
-
import { rateLimit } 'express-rate-limit';
|
3 |
import { v4: uuidv4 } from 'uuid';
|
4 |
|
5 |
const authenticateApiKey = async (req, res, next) => {
|
|
|
1 |
import { Database } from '../database/database.js';
|
2 |
+
import { rateLimit } from 'express-rate-limit';
|
3 |
import { v4: uuidv4 } from 'uuid';
|
4 |
|
5 |
const authenticateApiKey = async (req, res, next) => {
|