Skip to content

Commit f624a3b

Browse files
committed
Fix API to Outward Facing
1 parent 3086c64 commit f624a3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

authentication/api.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ const eventNameSaveFilePath =
55
RNFS.DocumentDirectoryPath + '/data/eventName.json';
66
const formDataSaveFilePath = RNFS.DocumentDirectoryPath + '/data/formData.json';
77

8-
// const SERVER_ENDPOINT = 'https://steelhawks.herokuapp.com'; // prod
9-
const SERVER_ENDPOINT = 'http://localhost:8082'; //dev
8+
const SERVER_ENDPOINT = 'https://steelhawks.herokuapp.com'; // prod
9+
// const SERVER_ENDPOINT = 'http://localhost:8082'; //dev
1010

1111
export const fetchAfterLogin = async (username: string, osis: string, appVersion: string, accessToken: string) => {
1212
try {

0 commit comments

Comments
 (0)