feat: integrate SvelteKit for seamless navigation and improved data loading
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
import { addToast } from './toasts.js';
|
||||
|
||||
const API_BASE_URL = '';
|
||||
const API_BASE_URL = '/api';
|
||||
|
||||
// [DEF:fetchApi:Function]
|
||||
// @PURPOSE: Generic GET request wrapper.
|
||||
|
||||
Reference in New Issue
Block a user