Browse Source

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

neyrogovnarik 1 tháng trước cách đây
mục cha
commit
0dbd5572a1
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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"