mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:40:49 +08:00
FIX bug
This commit is contained in:
@@ -35,10 +35,10 @@
|
||||
|
||||
def put(endpoint, path, options={})
|
||||
validate_request_params!(endpoint)
|
||||
|
||||
request(:put, endpoint, path, options)
|
||||
end
|
||||
|
||||
def patch(url, params={})
|
||||
def patch(endpoint, path, options={})
|
||||
validate_request_params!(endpoint)
|
||||
request(:patch, endpoint, path, options)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user