mirror of
https://repo.getmonero.org/AnonDev/xmrmemes.git
synced 2025-06-19 12:24:20 -04:00
Remove API
The API was not being used and would need work such as pagination etc Removing for now but leaving the code intact (just commented out) incase there is a need to bring it back at a later date
This commit is contained in:
parent
af59aaf236
commit
9cfea79309
3 changed files with 9 additions and 9 deletions
|
@ -18,4 +18,4 @@ Route::middleware('auth:api')->get('/user', function (Request $request) {
|
|||
return $request->user();
|
||||
});
|
||||
|
||||
Route::middleware('api')->get('memes', [App\Http\Controllers\ApiController::class, 'memes']);
|
||||
// Route::middleware('api')->get('memes', [App\Http\Controllers\ApiController::class, 'memes']);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue