All files / src/api index.js

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20                                       
import userAPI from './userAPI'
import collectionAPI from './collectionAPI'
import commentAPI from './commentAPI'
import listSongAPI from './listSongAPI'
import rankAPI from './rankAPI'
import singerAPI from './singerAPI'
import songAPI from './songAPI'
import songListAPI from './songListAPI'
 
export default {
  userAPI,
  collectionAPI,
  commentAPI,
  listSongAPI,
  rankAPI,
  singerAPI,
  songAPI,
  songListAPI
}