Skip to content

Commit

Permalink
Add new UI
Browse files Browse the repository at this point in the history
  • Loading branch information
xingbpshen committed Aug 8, 2022
1 parent 1bb3eab commit 4fae98a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VnaviApp/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import {RNCamera} from 'react-native-camera';
import RNFetchBlob from 'rn-fetch-blob';

class App extends Component {
// Change this url to the server's IP:PORT
// Change this url to the server's IP:PORT, 10.0.2.2 is for AVD localhost testing purpose.
url = 'http://132.206.74.92:8002/';
// url = 'http://10.0.2.2:5000/';
my_path = '';
Expand Down

0 comments on commit 4fae98a

Please sign in to comment.