Created
November 28, 2018 21:02
-
-
Save mvbattan/6d19266078b886216a4d92ed626fa662 to your computer and use it in GitHub Desktop.
Service
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import api from '../config/api'; | |
export default { | |
getMatches: () => api.get('/matches'), | |
getPitches: ({ id }) => api.get('/pitches', { id }), | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment