chore: migrate to gitea
Some checks failed
golangci-lint / lint (push) Failing after 1m20s
Test / test (push) Failing after 2m15s

This commit is contained in:
2026-01-27 00:40:46 +01:00
parent 1e05874160
commit a9bca767a9
29 changed files with 107 additions and 89 deletions

View File

@@ -1,9 +1,10 @@
package utils
import (
"budget/internal/storage/model"
"encoding/json"
"net/http"
"gitea.frenchtouch.duckdns.org/kratisto/budget-backend/internal/storage/model"
)
func JSON(w http.ResponseWriter, status int, data interface{}) {