Add (tint)

This commit is contained in:
2023-11-21 01:21:30 +08:00
parent 7166eb610c
commit e4bab8dcec
48 changed files with 229 additions and 58 deletions

View File

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