Skip to content

Commit

Permalink
Merge pull request #71 from FGA0138-MDS-Ajax/homol
Browse files Browse the repository at this point in the history
Homol
  • Loading branch information
lucasqueiroz23 authored Dec 4, 2023
2 parents e44ce7b + f7baeaa commit fd89f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/server/api.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import axios from 'axios'

const API = axios.create({
baseURL: 'http://localhost:3000',
baseURL: 'https://matcher.onrender.com',
headers: {
'Content-Type': 'application/json',
},
Expand Down

0 comments on commit fd89f84

Please sign in to comment.