Patch both api and web sides
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const DEFAULT_API_BASE_URL = 'http://localhost:8000/api';
|
||||
const DEFAULT_API_BASE_URL = 'http://127.0.0.1:8100/api';
|
||||
|
||||
const trimTrailingSlash = (value: string): string => value.replace(/\/+$/, '');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user