Skip to content

Commit

Permalink
Merge pull request #62 from 100-hours-a-week/dev
Browse files Browse the repository at this point in the history
v0.1.1 Release
  • Loading branch information
jjikky authored Sep 16, 2024
2 parents 9efa51f + 53052c1 commit 581d923
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 201 deletions.
200 changes: 0 additions & 200 deletions src/common/modules/socket/index.js

This file was deleted.

2 changes: 1 addition & 1 deletion src/socket.loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module.exports = socketIoLoader = (io) => {

try {
const response = await axios.post(
`${config.springServerUrl}/objets/signaling`,
`${config.springServerUrl}/objets/validate`,
{ lounge_id },
{
headers: {
Expand Down

0 comments on commit 581d923

Please sign in to comment.