From 05b91a7566688e3658f31897b14a06d82f99d36c Mon Sep 17 00:00:00 2001 From: Thomas G <62822072+Thomasluigi07@users.noreply.github.com> Date: Wed, 14 Sep 2022 20:10:51 +1000 Subject: [PATCH] Update web.php --- routes/web.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/routes/web.php b/routes/web.php index b58159e..459362a 100644 --- a/routes/web.php +++ b/routes/web.php @@ -99,6 +99,5 @@ Route::get('/Game/Tools/InsertAsset.ashx', [App\Http\Controllers\ClientControlle Route::get('/UI/Save.aspx', [App\Http\Controllers\ClientController::class, 'modelupload'])->name('modelupload'); Route::get('/Game/Tools/ThumbnailAsset.ashx', [App\Http\Controllers\ClientController::class, 'stampertools'])->name('stampertools'); Route::get('/Game/edit.ashx', [App\Http\Controllers\ClientController::class, 'edit'])->name('edit'); -// THIS SHIT DOESNT WORK!!! BROKEN CLIENT!! -//Route::get('/Asset/BodyColors.ashx', [App\Http\Controllers\ClientController::class, 'bodycolors'])->name('bodycolors'); -//Route::get('/Asset/CharacterFetch.ashx', [App\Http\Controllers\ClientController::class, 'characterfetch'])->name('characterfetch'); \ No newline at end of file +Route::get('/Asset/BodyColors.ashx', [App\Http\Controllers\ClientController::class, 'bodycolors'])->name('bodycolors'); +Route::get('/Asset/CharacterFetch.ashx', [App\Http\Controllers\ClientController::class, 'characterfetch'])->name('characterfetch'); \ No newline at end of file