feat: add updated_at to modpacks and /api/launcher/modpacks/summary endpoint

This commit is contained in:
2026-01-04 14:38:21 +03:00
parent e98d10ae1d
commit 275c1f2d50
4 changed files with 45 additions and 0 deletions

View File

@@ -75,6 +75,7 @@ func main() {
r.Route("/launcher", func(r chi.Router) {
r.Get("/modpacks/{name}/manifest", launcherHandler.GetModpackManifest)
r.Get("/modpacks/summary", launcherHandler.GetModpacksSummary)
})
})
r.Route("/authserver", func(r chi.Router) {