yintai-company-home-am/api/app.ts

5 lines
85 B
TypeScript

import { uploadApi } from "./common";
export default {
upload: uploadApi.upload
};