mirror of
https://github.com/Xevion/banner.git
synced 2026-01-31 02:23:34 -06:00
refactor: migrate frontend from React to SvelteKit
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
// API client for Banner backend
|
||||
const API_BASE_URL = "/api";
|
||||
|
||||
export interface HealthResponse {
|
||||
@@ -57,5 +56,4 @@ export class BannerApiClient {
|
||||
}
|
||||
}
|
||||
|
||||
// Export a default instance
|
||||
export const client = new BannerApiClient();
|
||||
|
||||
Reference in New Issue
Block a user