We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d53bd22 commit 1c3d8f8Copy full SHA for 1c3d8f8
src-backend/index.ts
@@ -4,7 +4,7 @@ import { auth, JWT } from "@colyseus/auth";
4
import { matchMaker, RoomListingData } from '@colyseus/core';
5
import { allRoomNames } from "./colyseus.ext";
6
7
-export const playground = express.Router();
+export const playground: express.Router = express.Router();
8
9
export type AuthConfig = {
10
oauth: string[],
0 commit comments