Projekt

Obecné

Profil

Stáhnout (138 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1 4da7b143 Schwobik
import { axiosInstance } from "./api"
2
3
export const fetchHomeDataRequest = async () => {
4
    return await axiosInstance.get("/homePage")
5
}