merge: 최신 main의 공통 메뉴 경로 수정을 통합

This commit is contained in:
2026-08-19 11:27:30 +00:00
+1 -1
View File
@@ -109,7 +109,7 @@ export const createGatewayApiServer = async () => {
profiles,
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');
return navigationConfig.get();
});