You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,15 @@ User | 3
41
41
### Gate Function
42
42
There is a gate filter login when the user login to the admin panel if the user is Admin it will have full functions to manage the blog and if a Writer it will have few functions.
43
43
44
+
### Api Routes
45
+
46
+
Method | End_Point | Description
47
+
------------- | ------------- | -------------
48
+
GET | api/categories | Show All Categories
49
+
GET | api/categories/{id} | Show All Posts inside Specific Category
0 commit comments