Fix remotes

This commit is contained in:
2025-11-06 15:13:52 +01:00
parent bd18636141
commit d63df5898b
2 changed files with 2 additions and 6 deletions

View File

@@ -130,6 +130,7 @@ const useSSE = (
}
);
app.options( '/socket/update', cors( corsOpts ) );
app.post(
'/socket/update',
cors( corsOpts ),
@@ -209,6 +210,7 @@ const useSSE = (
app.options( '/socket/deleteRoom', cors( corsOpts ) );
app.post(
'/socket/deleteRoom',
cors( corsOpts ),