use __ prefix for api because it isn't cached by default with create-react-app

This commit is contained in:
2018-07-13 02:42:27 +03:00
parent 03551c560f
commit 3911e8f5d1
3 changed files with 8 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
export const API_ROOT = '/api';
export const API_ROOT = '/__';
let token = null;