Skip to content

Commit

Permalink
fix: REST API 주소 코드 수정 (#92)
Browse files Browse the repository at this point in the history
Co-authored-by: wukddang <[email protected]>
  • Loading branch information
wukdddang and wukdddang authored Nov 4, 2023
1 parent 3bb3694 commit f5db34e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apis/test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import axios from 'axios'

export const testWithBtn = async (nickname: string) => {
return axios.get(`http://13.125.194.230/api/v1/users/duplicate?nickname=${nickname}`)
return axios.get(`https://api.coffee-meet.site/api/v1/users/duplicate?nickname=${nickname}`)
}

0 comments on commit f5db34e

Please sign in to comment.