Sfoglia il codice sorgente

fix: add missing encoding/json import in auth.go

neyrogovnarik 1 mese fa
parent
commit
0dbd5572a1
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      backend/internal/handlers/auth.go

+ 1 - 0
backend/internal/handlers/auth.go

@@ -2,6 +2,7 @@
 package handlers
 
 import (
+	"encoding/json"
 	"errors"
 	"net/http"
 	"time"