index.ts 149 Bytes
Newer Older
1
2
3
import axios from "axios";

export * as authApi from "./auth.api";
4
export * as postApi from "./post.api";
Kim, MinGyu's avatar
Kim, MinGyu committed
5
export * as profileApi from "./profile.api"