3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-04 12:55:23 +00:00

Fixed typo - #17784

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe
2025-09-03 14:39:34 +01:00
parent 32300cb42c
commit afde5943e3

View File

@ -137,7 +137,7 @@ Route::group(['prefix' => 'v1', 'middleware' => ['api', 'api-throttle:api']], fu
/**
* Categpries API routes
* Categories API routes
*/
Route::group(['prefix' => 'categories'], function () {