categories.js 126 B

123456789
  1. const { http } = require('../utils/util')
  2. const API = {
  3. getCategoryURL: '/category'
  4. }
  5. function getCategoryIMG() {
  6. }