import { http } from "../utility/fetch"; export async function srvAuthGet(url: string, headers?: Headers) { return http(url,{ headers }) }