Skip to content

Commit 776623f

Browse files
committed
route added for fonts
1 parent bf0cb54 commit 776623f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

routes/web.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
Route::post('/r/upload', [RegistryController::class, 'upload']);
2525
Route::post('/r/upload-raw', [RegistryController::class, 'uploadRaw']);
2626

27+
Route::get('/r/fonts/{name}.json', [FontsController::class, 'show']);
2728
Route::get('/r/animate-css/{name}.json', [AnimateController::class, 'show']);
2829

2930
Route::middleware(['auth', 'verified'])->group(function () {

0 commit comments

Comments
 (0)