Merge branch 'main' of github.com:ardeman/project-legalgo-go

This commit is contained in:
ericprd
2025-03-24 22:16:17 +08:00
7 changed files with 16 additions and 13 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ func GetAll(
) {
router.Get("/news", func(w http.ResponseWriter, r *http.Request) {
var (
news []newsdomain.News
news []newsdomain.NewsResponse
err error
)
ctx := r.Context()