Create AddFeed dto, add validation and sqlx

This commit is contained in:
2024-05-04 13:24:08 +02:00
parent 32acf07d9a
commit e127360ecf
9 changed files with 136 additions and 42 deletions
+1 -1
View File
@@ -3,4 +3,4 @@ RUN go install github.com/bokwoon95/wgo@latest
WORKDIR /app
EXPOSE 1597
CMD wgo run .
CMD wgo run ./cmd