Skip to content

Commit

Permalink
fix: update working api
Browse files Browse the repository at this point in the history
  • Loading branch information
geeekgod committed Feb 20, 2023
1 parent 638bb83 commit ddda748
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/api/index.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import axios from 'axios'

const bloodLineApi = axios.create({
baseURL: 'https://bloodline-api.geeekgod.ml/api',
baseURL: 'https://bloodline-api.thisisrishabh-azure.ml/api',
headers: {
"Content-Type": "application/json",
"Access-Control-Allow-Headers": "Authorization",
"Accept": "*/*",
}
})

export default bloodLineApi
export default bloodLineApi

0 comments on commit ddda748

Please sign in to comment.