We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f53bbae commit 1a0ac97Copy full SHA for 1a0ac97
src/service/axios.js
@@ -1,5 +1,5 @@
1
import axios from "axios";
2
3
export default axios.create({
4
- baseURL: 'http://localhost:3200'
+ baseURL: 'https://api-sistema-alunos.onrender.com'
5
})
0 commit comments