mirror of
https://github.com/keven1024/015.git
synced 2026-05-26 15:13:30 +00:00
7 lines
121 B
TypeScript
7 lines
121 B
TypeScript
const useMyAppConfig = () => {
|
|
const { data } = useFetch("/config");
|
|
return data;
|
|
};
|
|
|
|
export default useMyAppConfig;
|