view data fixes
This commit is contained in:
4
apps/website/lib/gateways/apiClient.ts
Normal file
4
apps/website/lib/gateways/apiClient.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import { getWebsiteApiBaseUrl } from '../config/apiBaseUrl';
|
||||
import { ApiClient } from './api/ApiClient';
|
||||
|
||||
export const apiClient = new ApiClient(getWebsiteApiBaseUrl());
|
||||
Reference in New Issue
Block a user