(module: string)
| 12 | return await request.get(`/images/providers/icons/${providerId}.svg`) |
| 13 | } |
| 14 | const getViewCode = async (module: string) => { |
| 15 | return await request.get(`api/v1/ui/template_codes/get_code?module=${module}`) |
| 16 | } |
| 17 | export { verifyToken , fetchLogin, fetchIcon, getViewCode } |
no test coverage detected