update
This commit is contained in:
8
src/api/Method.js
Normal file
8
src/api/Method.js
Normal file
@@ -0,0 +1,8 @@
|
||||
const Method = {
|
||||
GET: 'GET',
|
||||
POST: 'POST',
|
||||
PUT: 'PUT',
|
||||
DELETE: 'DELETE',
|
||||
}
|
||||
|
||||
export default Method;
|
||||
Reference in New Issue
Block a user