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 599ab1f commit 9142f69Copy full SHA for 9142f69
fasp_base/lib/fasp_base/request.rb
@@ -11,7 +11,7 @@ def post(path, body: nil)
11
perform_request(:post, path, body:)
12
end
13
14
- def delete(pathl)
+ def delete(path)
15
perform_request(:delete, path)
16
17
0 commit comments