From 4df4822595e8790bb0de329d4e83f8157b6f8821 Mon Sep 17 00:00:00 2001 From: Dillon Ngo Date: Wed, 4 Dec 2024 12:30:24 +0800 Subject: [PATCH] Admin Workflow --- routes/{admin_work_flow.php => admin_workflow.php} | 0 routes/api.php | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename routes/{admin_work_flow.php => admin_workflow.php} (100%) diff --git a/routes/admin_work_flow.php b/routes/admin_workflow.php similarity index 100% rename from routes/admin_work_flow.php rename to routes/admin_workflow.php diff --git a/routes/api.php b/routes/api.php index 5bfb257e..c9b6a9c8 100644 --- a/routes/api.php +++ b/routes/api.php @@ -73,7 +73,7 @@ Route::group(['middleware' => 'api', 'prefix' => 'v1', 'as' => 'api.'], function require __DIR__ . '/questionnaires.php'; - require __DIR__ . '/admin_work_flow.php'; + require __DIR__ . '/admin_workflow.php'; // require __DIR__ . '/rate.php'; // require __DIR__ . '/receipt.php';