From 2794764787e1dd50a9466ea10897db0e7529438f Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Sat, 21 May 2022 11:28:28 -0500 Subject: [PATCH] Add reference for HTTP methods --- helpers/api/client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/api/client.js b/helpers/api/client.js index fdc5ef8..8091a1e 100644 --- a/helpers/api/client.js +++ b/helpers/api/client.js @@ -27,7 +27,7 @@ const defaultFetchMethod = async function (...args) { }) } - +// https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods const HTTP_METHODS = [ 'GET', // 'POST',