Route managed game APIs under profile prefixes

This commit is contained in:
2026-07-25 14:01:32 +00:00
parent 42f68d9827
commit 87e303734a
3 changed files with 11 additions and 0 deletions
+3
View File
@@ -84,6 +84,9 @@ export const createGameApiServer = async () => {
const app = fastify({
logger: true,
routerOptions: {
maxParamLength: 2048,
},
});
await app.register(cors, {