mirror of
https://github.com/20kaushik02/spotify-manager.git
synced 2026-01-25 14:14:06 +00:00
back to sequelize
This commit is contained in:
@@ -21,7 +21,7 @@ const axiosInstance = axios.default.create({
|
||||
});
|
||||
|
||||
axiosInstance.interceptors.request.use(request => {
|
||||
logger.info("API call", {
|
||||
logger.http("API call", {
|
||||
url: request.url,
|
||||
method: request.method,
|
||||
params: request.params ?? {},
|
||||
|
||||
Reference in New Issue
Block a user