Skip to content

Commit 5c13071

Browse files
committed
fix attaching /playground route (0.16)
1 parent 1e28a1b commit 5c13071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Server/src/app.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export default config({
4848
app.use("/colyseus", monitor());
4949

5050
// Bind "playground"
51-
app.use("/playground", playground);
51+
app.use("/playground", playground());
5252

5353
// Bind auth routes
5454
app.use(auth.prefix, auth.routes());

0 commit comments

Comments
 (0)