We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f7e981 commit 36ad954Copy full SHA for 36ad954
authentication/api.ts
@@ -5,8 +5,8 @@ const eventNameSaveFilePath =
5
RNFS.DocumentDirectoryPath + '/data/eventName.json';
6
const formDataSaveFilePath = RNFS.DocumentDirectoryPath + '/data/formData.json';
7
8
-// const SERVER_ENDPOINT = 'https://steelhawks.herokuapp.com'; // prod
9
-const SERVER_ENDPOINT = 'http://192.168.1.175:8082'; //dev
+const SERVER_ENDPOINT = 'https://steelhawks.herokuapp.com'; // prod
+// const SERVER_ENDPOINT = 'http://192.168.1.175:8082'; //dev
10
11
export const fetchAfterLogin = async (username: string, osis: string, appVersion: string, accessToken: string) => {
12
try {
0 commit comments