Add (tint)
This commit is contained in:
@@ -33,6 +33,10 @@
|
||||
| be assigned to the "web" middleware group. Make something great!
|
||||
|
|
||||
*/
|
||||
|
||||
Route::get('/image_gen', [App\Http\Controllers\Tests\TestController::class, 'imageGen']);
|
||||
|
||||
|
||||
Route::get('/incomplete/post', function (Request $request) {
|
||||
|
||||
$post = Post::find(1);
|
||||
|
||||
Reference in New Issue
Block a user