allow instance owner to configure default source/target lang (closes #14)
All checks were successful
mozhi pipeline / Push Docker image to Codeberg docker registry (push) Successful in 16m22s
mozhi pipeline / Build and publish artifacts (push) Successful in 29m21s

This commit is contained in:
2023-10-20 15:49:51 +05:30
parent 86e5c4eeea
commit 9ab37afc1a
7 changed files with 55 additions and 44 deletions

View File

@@ -1,8 +1,8 @@
package utils
import (
"regexp"
"github.com/gofiber/fiber/v2"
"regexp"
)
func GetQueryOrFormValue(c *fiber.Ctx, key string) string {