feat: add modpack update functionality
This commit is contained in:
@@ -134,7 +134,9 @@ func main() {
|
||||
})
|
||||
|
||||
r.Route("/modpacks", func(r chi.Router) {
|
||||
r.Get("/", modpackHandler.GetModpacks)
|
||||
r.Post("/import", modpackHandler.ImportModpack)
|
||||
r.Post("/update", modpackHandler.UpdateModpack)
|
||||
r.Get("/versions", modpackHandler.GetModpackVersions)
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user