aswi2023one-team-to-rule-them-all-gitlab/src/api/homePageService.ts @ 8c3203e0
1 |
import { axiosInstance } from "./api" |
---|---|
2 |
|
3 |
export const fetchHomeDataRequest = async () => { |
4 |
return await axiosInstance.get("/homePage") |
5 |
}
|