Skip to content

Commit

Permalink
Merge pull request #194 from SouJunior/PatrickOtero-patch-1
Browse files Browse the repository at this point in the history
Update api url
  • Loading branch information
limaricardo authored Jan 22, 2024
2 parents 64eaa20 + b7817d3 commit fa98a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/axios.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import axios from 'axios'

const serverUrl = 'https://mentores-backend.onrender.com'
const serverUrl = 'https://mentores-backend.soujunior.tech'

export const api = axios.create({
baseURL: serverUrl,
Expand Down

0 comments on commit fa98a4d

Please sign in to comment.