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: tr/plugins/admin.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ var Generators = map[string]models.TableGenerator{
71
71
}
72
72
```
73
73
74
-
`"user"` is the corresponding access route prefix, `GetUserTable` is the table data generation method. The corresponding access routing address is: [http://localhost:9033/admin/info/users](http://localhost:9033/admin/info/users)
74
+
`"user"` is the corresponding access route prefix, `GetUserTable` is the table data generation method. The corresponding access routing address is: [http://localhost:9033/admin/info/user](http://localhost:9033/admin/info/user)
0 commit comments