Refactor api_handlers et web_handlers #117

Merged
vlbeaudoin merged 2 commits from refactor/handlers into main 2023-08-20 16:24:45 -04:00
Showing only changes of commit 3a602486df - Show all commits

View file

@ -12,6 +12,8 @@ ADD cmd/ cmd/
ADD api/ api/ ADD api/ api/
ADD api_handlers/ api_handlers/
ADD config/ config/ ADD config/ config/
ADD media/ media/ ADD media/ media/
@ -20,7 +22,7 @@ ADD models/ models/
ADD templates/ templates/ ADD templates/ templates/
ADD serverhandlers/ serverhandlers/ ADD web_handlers/ web_handlers/
RUN CGO_ENABLED=0 go build -a -installsuffix cgo -o agecem-org . RUN CGO_ENABLED=0 go build -a -installsuffix cgo -o agecem-org .