Skip to content

Commit

Permalink
remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
teticio committed Oct 11, 2021
1 parent db5f410 commit ab2dc9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"backgroundColor": "#000000",
"android": {
"package": "online.deejai.www",
"versionCode": 10,
"versionCode": 11,
"permissions": ["INTERNET"]
},
"ios": {
"bundleIdentifier": "online.deej-ai",
"buildNumber": "1",
"buildNumber": "2",
"supportsTablet": true,
"icon": "./public/ios-512x512.png"
}
Expand Down
3 changes: 1 addition & 2 deletions src/index.native.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ const prefix = Linking.createURL('/');
global.Buffer = global.Buffer || require('buffer').Buffer;
global.localStorage = global.localStorage || require('localStorage');

//process.env.REACT_APP_API_URL = 'https://deej-ai.online/api/v1';
process.env.REACT_APP_API_URL = 'http://192.168.0.243:8001/api/v1';
process.env.REACT_APP_API_URL = 'https://deej-ai.online/api/v1';

const theme = {
...DarkTheme,
Expand Down

0 comments on commit ab2dc9a

Please sign in to comment.