Skip to content

Commit

Permalink
🚀 chore: v2 출시 준비 (테스트 환경 코드 삭제)
Browse files Browse the repository at this point in the history
  • Loading branch information
kms0219kms committed Dec 31, 2023
1 parent 86cdee2 commit 5954ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/dashboard/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ export default {
async mounted() {
window.addEventListener('resize', this.resizeAlerts)
const socket = io('https://api-v2test.nguard.dev/')
const socket = io('https://api.nguard.xyz/')
socket.on('push:load', pushs => {
this.alerts.contents = pushs
Expand Down

0 comments on commit 5954ab8

Please sign in to comment.