share links

This commit is contained in:
Milo Schwartz 2024-12-20 22:24:44 -05:00
parent 72dc02ff2e
commit 845d65ad33
No known key found for this signature in database
31 changed files with 1281 additions and 212 deletions

View file

@ -8,6 +8,10 @@ export function createApiClient({ env }: { env: env }): AxiosInstance {
return apiInstance;
}
if (apiInstance) {
return apiInstance
}
let baseURL;
const suffix = "api/v1";