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
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,20 +54,20 @@ In setup router part in main.go, I used gin and group common api url. Some apis
54
54
The authorize uses crypto functions to encrypt/decrypt claim data as specified of JSON WEB TOKEN - JWT. The apis using authentication middleware are create, update and delete product.
55
55
56
56
````go
57
-
v1:= router.Group("/api/v1")
58
-
{
59
-
// Get products with params limit offset likes /products?limit=50&lastId=0
0 commit comments