We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3086c64 commit f624a3bCopy full SHA for f624a3b
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://localhost:8082'; //dev
+const SERVER_ENDPOINT = 'https://steelhawks.herokuapp.com'; // prod
+// const SERVER_ENDPOINT = 'http://localhost:8082'; //dev
10
11
export const fetchAfterLogin = async (username: string, osis: string, appVersion: string, accessToken: string) => {
12
try {
0 commit comments