take one on music feature

This commit is contained in:
2022-05-09 19:19:16 -06:00
parent e5bf0c952c
commit 8cc150569b
8 changed files with 142 additions and 9 deletions

View File

@@ -25,10 +25,6 @@ import (
"github.com/rawleyfowler/rawleydotxyz/repos"
)
type CommentDto struct {
Url string
}
type BlogController struct {
Repository *repos.BlogRepo
}