diff --git a/backend/cmd/server/main.go b/backend/cmd/server/main.go index ed869a0b..1e45784a 100644 --- a/backend/cmd/server/main.go +++ b/backend/cmd/server/main.go @@ -14,6 +14,7 @@ import ( "fmt" "log" "log/slog" + "net/url" "os" "strconv" "strings"