refactor: controllers and models to adapt them to the previous version of my-links

This commit is contained in:
Sonny
2024-05-24 23:54:43 +02:00
committed by Sonny
parent 31b4f22772
commit b28499a69a
19 changed files with 113 additions and 85 deletions

View File

@@ -10,7 +10,7 @@ export default class LogRequest {
!request.url().startsWith('/@react-refresh') &&
!request.url().includes('.ts')
) {
logger.info(`-> ${request.method()}: ${request.url()}`);
logger.info(`[${request.method()}]: ${request.url()}`);
}
await next();
}