Skip to content

Commit

Permalink
fix: update API URL
Browse files Browse the repository at this point in the history
  • Loading branch information
geeekgod committed Mar 19, 2023
1 parent 8b31141 commit 14ccbad
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,7 @@ web-build/
.DS_Store

.env
.envrc
.envrc

# Google services account
google-services.json
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"ACCESS_FINE_LOCATION",
"FOREGROUND_SERVICE"
],
"versionCode": 9
"versionCode": 10
},
"web": {
"favicon": "./assets/favicon.png"
Expand Down
2 changes: 1 addition & 1 deletion app/api/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import axios from 'axios'

const bloodLineApi = axios.create({
baseURL: 'https://bloodline-api.thisisrishabh-azure.ml/api',
baseURL: 'https://bloodline-api.middleware-api.ml/api',
headers: {
"Content-Type": "application/json",
"Access-Control-Allow-Headers": "Authorization",
Expand Down

0 comments on commit 14ccbad

Please sign in to comment.