Skip to content

Commit

Permalink
Merge pull request #116 from vatsimnetwork/nharasym-patch-1
Browse files Browse the repository at this point in the history
Update api.php
  • Loading branch information
lieselwd authored Oct 28, 2023
2 parents fc9c50b + 6f19321 commit bfa3b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/api.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
return $request->user();
});

Route::get('/plugins', [PluginDataController::class, 'allClxMessages']);
Route::get('/plugins', [PluginDataController::class, 'allRclMessages']);
Route::get('/plugins-rcl', [PluginDataController::class, 'allRclMessages']);

Route::get('/clx-messages', [PluginDataController::class, 'detailedClxMessages']);
Expand Down

0 comments on commit bfa3b5e

Please sign in to comment.