Skip to content

Commit

Permalink
fix:baseUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddharth Kumar Yadav authored and Siddharth Kumar Yadav committed Aug 1, 2023
1 parent c736b1f commit ed77406
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ android {
applicationId "com.ratifi"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 19
versionName "19.0"
versionCode 20
versionName "20.0"


buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()
Expand Down
2 changes: 1 addition & 1 deletion services/APICentral.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import axios from 'axios';
import store from '../redux-store/index';
// export const BASE_URL = 'http://localhost:3000';
export const BASE_URL = 'https://ratifi-backend.el.r.appspot.com';
export const BASE_URL = 'https://ratifiserver.onrender.com';
// export const BASE_URL = 'https://ratifi-backend-v2.herokuapp.com';
export const request = async (
url,
Expand Down

0 comments on commit ed77406

Please sign in to comment.