listing cums from strap

NO MORE local json &str
date in listing very butiful
This commit is contained in:
dhain 2022-10-04 10:25:06 +02:00
parent 6da2807b0a
commit 982f845cfc
3 changed files with 97 additions and 84 deletions

View file

@ -24,6 +24,7 @@ export async function bearerFetch(endpoint: string, jwt: string, baseUrl: string
const getJwtCookie = () => {
// @ts-ignore
return parseCookies("/").jwt;
};