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:
dev 2021-12-10 14:41:53 -06:00
parent af59aaf236
commit 9cfea79309
3 changed files with 9 additions and 9 deletions

View file

@ -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']);