update book supplier routes to admin routes

This commit is contained in:
Jack Goh
2018-06-27 09:58:09 +08:00
parent d362d947a3
commit 299597ed16
2 changed files with 9 additions and 7 deletions
@@ -21,6 +21,7 @@ class BookingSupplierController extends Controller
$response = [
'supplier-booking' => $bookingsupplier
];
return response()->json($response, 200);
}