Skip to content

Commit

Permalink
fix: update api url in api file
Browse files Browse the repository at this point in the history
  • Loading branch information
geeekgod committed Nov 9, 2022
1 parent e1818bf commit 638bb83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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": 7
"versionCode": 8
},
"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.rishabhsingh-dev.me/api',
baseURL: 'https://bloodline-api.geeekgod.ml/api',
headers: {
"Content-Type": "application/json",
"Access-Control-Allow-Headers": "Authorization",
Expand Down

0 comments on commit 638bb83

Please sign in to comment.