Add monthly views chart
This commit is contained in:
@@ -26,6 +26,7 @@ Route::get('/banned', [HomeController::class, 'banned'])->name('home.banned');
|
||||
|
||||
// API Endpoint
|
||||
Route::get('/v1/hentai-list', [HentaiApiController::class, 'index'])->name('api.hentai.index');
|
||||
Route::get('/v1/monthly-views', [HentaiApiController::class, 'getMonthlyViews'])->name('api.hentai.monthly');
|
||||
|
||||
// Stream Page
|
||||
Route::get('/hentai/{title}', [StreamController::class, 'index'])->name('hentai.index');
|
||||
|
Reference in New Issue
Block a user