Route managed game APIs under profile prefixes
This commit is contained in:
@@ -84,6 +84,9 @@ export const createGameApiServer = async () => {
|
||||
|
||||
const app = fastify({
|
||||
logger: true,
|
||||
routerOptions: {
|
||||
maxParamLength: 2048,
|
||||
},
|
||||
});
|
||||
|
||||
await app.register(cors, {
|
||||
|
||||
Reference in New Issue
Block a user