mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Disable unused methods
This commit is contained in:
parent
201ddf7854
commit
bcfcbe2271
1 changed files with 4 additions and 4 deletions
|
|
@ -30,10 +30,10 @@ const defaultFetchMethod = async function (...args) {
|
||||||
|
|
||||||
const HTTP_METHODS = [
|
const HTTP_METHODS = [
|
||||||
'GET',
|
'GET',
|
||||||
'POST',
|
// 'POST',
|
||||||
'PUT',
|
// 'PUT',
|
||||||
'DELETE',
|
// 'DELETE',
|
||||||
'PATCH'
|
// 'PATCH'
|
||||||
]
|
]
|
||||||
|
|
||||||
const apiBaseUrl = `${ getApiUrl().replace(/\/$/, '') }/api`
|
const apiBaseUrl = `${ getApiUrl().replace(/\/$/, '') }/api`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue