Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-LiK committed Feb 6, 2023
1 parent 6783d5b commit 118e694
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 118e694

Please sign in to comment.