mirror of
https://github.com/keven1024/015.git
synced 2026-05-26 23:19:37 +00:00
6 lines
116 B
TypeScript
6 lines
116 B
TypeScript
const useAppConfig = () => {
|
|
const { data } = useFetch('/config')
|
|
return data
|
|
}
|
|
|
|
export default useAppConfig |