Skip to content
This repository was archived by the owner on Mar 19, 2025. It is now read-only.

Commit 7e4b6c4

Browse files
committed
retrocompatibility for search endpoint (search.php)
1 parent a5814c4 commit 7e4b6c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

routes/api.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@
66

77
Route::post('/upload', \App\Http\Controllers\Api\V1\Maps\UploadController::class);
88
Route::get('/search', \App\Http\Controllers\Api\V1\Maps\SearchController::class)->middleware('throttle:map_search');
9+
Route::get('/search.php', \App\Http\Controllers\Api\V1\Maps\SearchController::class)->middleware('throttle:map_search');
910
Route::get('/{game}/{map}', DownloadController::class);

0 commit comments

Comments
 (0)