Skip to content

Commit

Permalink
[test] CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
edder773 committed Nov 22, 2024
1 parent 6c7eae3 commit ef920e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/frontend/src/services/AuthApi.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import axios from 'axios';

const api = axios.create({
baseURL: 'https://yeokjeonnongbu.shop:8080/api/auth',
baseURL: 'https://yeokjeonnongbu.shop/api/auth',
headers: {
'Content-Type': 'application/json'
}
Expand Down
2 changes: 1 addition & 1 deletion apps/frontend/src/services/RankApi.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import axios from 'axios';

const api = axios.create({
baseURL: 'https://yeokjeonnongbu.shop:8080/api/rank',
baseURL: 'https://yeokjeonnongbu.shop/api/rank',
headers: {
'Content-Type': 'application/json'
}
Expand Down

0 comments on commit ef920e3

Please sign in to comment.