We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0956edd commit 43d0c29Copy full SHA for 43d0c29
server/api/v1/system/sys_api.go
@@ -74,7 +74,7 @@ func (s *SystemApiApi) SyncApi(c *gin.Context) {
74
// @accept application/json
75
// @Produce application/json
76
// @Success 200 {object} response.Response{msg=string} "获取API分组"
77
-// @Router /api/getApiGroups [post]
+// @Router /api/getApiGroups [get]
78
func (s *SystemApiApi) GetApiGroups(c *gin.Context) {
79
groups, apiGroupMap, err := apiService.GetApiGroups()
80
if err != nil {
0 commit comments