Moved to Vue

This commit is contained in:
2026-04-02 22:38:49 +10:00
parent 0b14b40fd6
commit 65f009d222
3 changed files with 6 additions and 5 deletions
-1
View File
@@ -37,7 +37,6 @@ Route::domain(config('app.api_domain'))->group(function () {
Route::get('/', function () {
return response()->json(['message' => 'Welcome to the FlightsGoneBy API']);
});
Route::get('airlines/logos/{code}', [LogoController::class, 'getLogoByCode']);
Route::get('airlines/logos/tail/{code}', [LogoController::class, 'getLogoByCode'])
->where('code', '[A-Za-z0-9]{2,3}');
});