6 lines
81 B
JavaScript
6 lines
81 B
JavaScript
export default {
|
|
GET: 'GET',
|
|
PATCH: 'PATCH',
|
|
POST: 'POST',
|
|
PUT: 'PUT'
|
|
};
|