merge: 최신 main을 건국 색상 라벨 브랜치에 통합
This commit is contained in:
@@ -109,7 +109,7 @@ export const createGatewayApiServer = async () => {
|
|||||||
profiles,
|
profiles,
|
||||||
secret: config.gameTokenSecret,
|
secret: config.gameTokenSecret,
|
||||||
});
|
});
|
||||||
app.get(config.trpcPath.replace(/\/trpc\/?$/u, '/navigation'), async (_request, reply) => {
|
app.get('/navigation', async (_request, reply) => {
|
||||||
void reply.header('Cache-Control', 'no-store');
|
void reply.header('Cache-Control', 'no-store');
|
||||||
return navigationConfig.get();
|
return navigationConfig.get();
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user