feat: 플레이 감사 장수 로그를 기수별로 조회
This commit is contained in:
@@ -30,6 +30,7 @@ const history = [
|
||||
];
|
||||
|
||||
const publicResponse = (operation: string): unknown => {
|
||||
if (operation === 'lobby.info') return response({ myGeneral: null });
|
||||
if (operation === 'public.getMapLayout') return response({ mapName: 'che', cityList: [] });
|
||||
if (operation === 'public.getCachedMap') {
|
||||
return response({ year: 200, month: 1, cityList: [], nationList: [], history });
|
||||
|
||||
Reference in New Issue
Block a user