code refactoring, fix jwt

This commit is contained in:
2023-09-25 11:12:18 +02:00
parent 9bb5d7bb0d
commit 764c1f4729
4 changed files with 11 additions and 12 deletions

View File

@@ -15,10 +15,6 @@ import (
"github.com/marcopeocchi/yt-dlp-web-ui/server/utils"
)
const (
TOKEN_COOKIE_NAME = "jwt"
)
type DirectoryEntry struct {
Name string `json:"name"`
Path string `json:"path"`