MVP, working sentry scraper
This commit is contained in:
@ -7,6 +7,7 @@
|
||||
|
|
||||
*/
|
||||
|
||||
import ReplaysController from '#controllers/replays_controller'
|
||||
import router from '@adonisjs/core/services/router'
|
||||
router.on('/').renderInertia('home')
|
||||
|
||||
router.get('/replays', [ReplaysController, 'index'])
|
||||
|
Reference in New Issue
Block a user