Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
VictoriqueMoe committed Nov 13, 2024
1 parent 5a2e350 commit b7c8d29
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/public/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -605,9 +605,9 @@ public class Example {
<script>
Site.loadPage(async () => {
const socket = io(`${mainRul}`, {
path: '/socket.io/recordInfo',
})
const socket = io(`${mainRul}/recordInfo`, {
path: '/socket.io/recordInfo'
});
const fileCountSpan = document.getElementById("fileCount");
const totalFileSizeSpan = document.getElementById("totalFileSize");
Expand Down

0 comments on commit b7c8d29

Please sign in to comment.