UNPKG

@reactseed/template-antd

Version:

React seed ant design template for creating react app

9 lines (6 loc) 163 B
import { apiPrefix } from './constant'; import packageJSON from '../package.json'; const api = { [`GET ${apiPrefix}/app`]: packageJSON, }; export default api;