Skip to content

Commit

Permalink
api url update
Browse files Browse the repository at this point in the history
  • Loading branch information
ezrizhu committed Apr 10, 2024
1 parent 5c3f9f6 commit a03fb89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/apiClient.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import axios, {
} from 'axios'

const apiClient = axios.create({
baseURL: 'https://dev.api.sitblueprint.com/api/v1',
baseURL: 'https://auth.api.sitblueprint.com/api/v1',
headers: {
Accept: 'application/json',
'Content-type': 'application/json'
Expand Down

0 comments on commit a03fb89

Please sign in to comment.