add storage API

This commit is contained in:
André Roth
2024-10-01 00:37:56 +02:00
parent aff7b0db50
commit 06cbd29d0d
3 changed files with 40 additions and 0 deletions
+1
View File
@@ -57,6 +57,7 @@ func parseEscapedPath(path string) string {
// @Tags Publish
// @Produce json
// @Success 200 {array} deb.PublishedRepo
// @Failure 500 {object} Error "Internal Error"
// @Router /api/publish [get]
func apiPublishList(c *gin.Context) {
collectionFactory := context.NewCollectionFactory()