Skip to content

Commit df79100

Browse files
committed
Get product api route to work
1 parent 5203464 commit df79100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routes/api.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
// use Illuminate\Http\Request;
3+
use Illuminate\Http\Request;
44
use Illuminate\Support\Facades\Route;
55

66
use App\Http\Controllers\Api\CategoryController;

0 commit comments

Comments
 (0)