refactor: move routes in dedicated files + improve routes management

This commit is contained in:
Sonny
2024-05-16 17:58:00 +02:00
committed by Sonny
parent 6b5aba6f84
commit 19b96650e9
14 changed files with 163 additions and 39 deletions

View File

@@ -0,0 +1,5 @@
export default class RouteProvider {
async boot() {
await import('../src/extensions.js');
}
}