We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bd6a12 commit e1d0ac1Copy full SHA for e1d0ac1
polling-app-client/src/constants/index.js
@@ -1,5 +1,5 @@
1
-//export const API_BASE_URL = 'http://localhost:5000/api';
2
-export const API_BASE_URL = '/api';
+export const API_BASE_URL = 'http://localhost:5000/api';
+//export const API_BASE_URL = '/api';
3
export const ACCESS_TOKEN = 'accessToken';
4
5
export const POLL_LIST_SIZE = 30;
0 commit comments