This website works better with JavaScript.
Home
Explore
Help
Sign In
Ledda
/
djledda-web
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
update
master
Gitea
2 months ago
parent
a84e9418ba
commit
22d19d45f7
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
main.ts
+ 1
- 0
main.ts
View File
@@ -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;
}
Write
Preview
Loading…
Cancel
Save