1
0

Set gist URL and title via push options (#216)

هذا الالتزام موجود في:
Thomas Miceli
2024-01-30 01:02:28 +01:00
الأصل db6d6a5eba
التزام 86ad88fb09
8 ملفات معدلة مع 131 إضافات و78 حذوفات

عرض الملف

@@ -6,6 +6,7 @@ import (
"errors"
"fmt"
"github.com/thomiceli/opengist/internal/index"
"github.com/thomiceli/opengist/internal/utils"
htmlpkg "html"
"html/template"
"io"
@@ -205,7 +206,7 @@ func NewServer(isDev bool) *Server {
e.Use(sessionInit)
e.Validator = NewValidator()
e.Validator = utils.NewValidator()
if !dev {
parseManifestEntries()