Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion config/api/ChatAPI.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@ import { Alert } from 'react-native';
import * as SecureStore from 'expo-secure-store';
import axios from 'axios';

// new refactored
const host = 'http://3.38.212.198';

// nginx
const host = 'http://13.124.0.54';
// const host = 'http://13.124.0.54';

// pm2
// const host = 'http://15.165.163.126';
Expand Down
5 changes: 4 additions & 1 deletion config/api/MapAPI.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
import { Alert } from 'react-native';
import axios from 'axios';

// new refactored
const host = 'http://3.38.212.198';

// nginx
const host = 'http://13.124.0.54';
// const host = 'http://13.124.0.54';

// pm2
// const host = 'http://15.165.163.126';
Expand Down
5 changes: 4 additions & 1 deletion config/api/PostAPI.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@ import * as SecureStore from 'expo-secure-store';
import AsyncStorage from '@react-native-async-storage/async-storage';
import axios from 'axios';

// new refactored
const host = 'http://3.38.212.198';

// nginx
const host = 'http://13.124.0.54';
// const host = 'http://13.124.0.54';

// pm2
// const host = 'http://15.165.163.126';
Expand Down
5 changes: 4 additions & 1 deletion config/api/UserAPI.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@ import * as SecureStore from 'expo-secure-store';
import AsyncStorage from '@react-native-async-storage/async-storage';
import axios from 'axios';

// new refactored
const host = 'http://3.38.212.198';

// nginx
const host = 'http://13.124.0.54';
// const host = 'http://13.124.0.54';

// pm2
// const host = 'http://15.165.163.126';
Expand Down
Loading