emis-app/common/api/index.js

7 lines
88 B
JavaScript

import apiUrls, { host } from "./url"
export * from "./user"
export {
apiUrls,
host
}