Skip to content

Commit

Permalink
chore(socket-io): update config default
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamerblue committed Apr 13, 2024
1 parent 81734ae commit 416279e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/sub-app/socket-io/src/config/config.default.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ export default (appInfo: EggAppInfo) => {
connectionMiddleware: [],
packetMiddleware: [],
},
'/competition': {
connectionMiddleware: [],
packetMiddleware: [],
},
},
redis: {
host: '127.0.0.1',
Expand Down

0 comments on commit 416279e

Please sign in to comment.