back to sequelize

This commit is contained in:
2024-07-27 23:30:37 +05:30
parent b79170aafd
commit 6c497c9be1
9 changed files with 1220 additions and 22 deletions

View File

@@ -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 ?? {},