mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-09 15:05:35 +00:00
refactor: move routes in dedicated files + improve routes management
This commit is contained in:
5
providers/route_provider.ts
Normal file
5
providers/route_provider.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export default class RouteProvider {
|
||||
async boot() {
|
||||
await import('../src/extensions.js');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user