mirror of
https://github.com/20kaushik02/spotify-manager.git
synced 2026-01-25 14:14:06 +00:00
axios interceptors, middleware change, logger formatting, CORS
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
/**
|
||||
* @typedef {import('module')} Module
|
||||
*
|
||||
* @typedef {import('express').Request} Req
|
||||
* @typedef {import('express').Response} Res
|
||||
* @typedef {import('express').NextFunction} Next
|
||||
*
|
||||
* @typedef {import('winston').Logger} Logger
|
||||
*/
|
||||
|
||||
exports.unused = {};
|
||||
Reference in New Issue
Block a user