This website works better with JavaScript
Home
Explore
Help
Sign In
foxtime
/
photoplaces
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
fix: add missing encoding/json import in auth.go
neyrogovnarik
1 month ago
parent
f97f003332
commit
0dbd5572a1
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
backend/internal/handlers/auth.go
+ 1
- 0
backend/internal/handlers/auth.go
View File
@@ -2,6 +2,7 @@
package handlers
import (
+ "encoding/json"
"errors"
"net/http"
"time"