mirror of
https://github.com/usatiuk/ustk-todolist.git
synced 2025-10-29 08:07:48 +01:00
use __ prefix for api because it isn't cached by default with create-react-app
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export const API_ROOT = '/api';
|
||||
export const API_ROOT = '/__';
|
||||
|
||||
let token = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user