We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f0dbe4 commit 7c94c6bCopy full SHA for 7c94c6b
src/verbs.js
@@ -1,4 +1,4 @@
1
-import { FetchRequest } from './fetchRequest'
+import { FetchRequest } from './fetch_request'
2
3
async function get (url, options) {
4
const response = new FetchRequest('get', url, options)
0 commit comments