Skip to content

Commit e1d0ac1

Browse files
author
Rajeev Kumar Singh
committed
API_BASE_URL
1 parent 9bd6a12 commit e1d0ac1

File tree

1 file changed

+2
-2
lines changed
  • polling-app-client/src/constants

1 file changed

+2
-2
lines changed

polling-app-client/src/constants/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
//export const API_BASE_URL = 'http://localhost:5000/api';
2-
export const API_BASE_URL = '/api';
1+
export const API_BASE_URL = 'http://localhost:5000/api';
2+
//export const API_BASE_URL = '/api';
33
export const ACCESS_TOKEN = 'accessToken';
44

55
export const POLL_LIST_SIZE = 30;

0 commit comments

Comments
 (0)