소스 검색

update

master
Gitea 2 달 전
부모
커밋
22d19d45f7
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      main.ts

+ 1
- 0
main.ts 파일 보기

@@ -98,6 +98,7 @@ async function getAPIResponse(apiReq: Request): Promise<Response> {
}
result.push(metadata);
}
result.sort((a, b) => a.titleDe.localeCompare(b.titleDe));
jsonResponse = result;
}



불러오는 중...
취소
저장