This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
Sphere/app/actions/methods.js

6 lines
81 B
JavaScript

export default {
GET: 'GET',
PATCH: 'PATCH',
POST: 'POST',
PUT: 'PUT'
};