Skip to content

Commit

Permalink
Merge pull request #34 from Michael-LiK/main
Browse files Browse the repository at this point in the history
fix quota info request url
  • Loading branch information
bububa authored Feb 8, 2023
2 parents bba8df4 + 118e694 commit 867b21b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/tool/quota_info_request.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ type QuotaInfoRequest struct {

// Url implement GetRequest interface
func (r QuotaInfoRequest) Url() string {
return "rest/openapi/gw/dsp/quota/info"
return "gw/dsp/quota/info"
}

// Encode implement GetRequest interface
Expand Down

0 comments on commit 867b21b

Please sign in to comment.