Skip to content
This repository was archived by the owner on Jul 20, 2026. It is now read-only.

Commit 3146cf5

Browse files
committed
again
1 parent 7258de3 commit 3146cf5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/routes/web.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@
77
'/sign-out' => ['AuthController', 'signOut'],
88
'/account' => ['AuthController', 'viewAccount'],
99
'/account-data' => ['AuthController', 'getAccountData'],
10+
'/products' => ['ProductController', 'viewProducts']
1011
],
1112
'POST' => [
1213
'/sign-in' => ['AuthController', 'signIn'],
1314
'/sign-up' => ['AuthController', 'signUp'],
1415
],
15-
];
16+
];

0 commit comments

Comments
 (0)