瀏覽代碼

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

neyrogovnarik 1 月之前
父節點
當前提交
0dbd5572a1
共有 1 個文件被更改,包括 1 次插入0 次删除
  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"