bump again
Some checks failed
mozhi pipeline / Push Docker image to Codeberg docker registry (push) Successful in 27m29s
mozhi pipeline / Build and publish artifacts (push) Has been cancelled

This commit is contained in:
2023-11-29 19:44:40 +05:30
parent b112700a15
commit 709e7c5ab9
3 changed files with 6 additions and 4 deletions

View File

@@ -1,10 +1,10 @@
package utils
import (
"github.com/gofiber/fiber/v2"
"regexp"
"os"
"codeberg.org/aryak/libmozhi"
"github.com/gofiber/fiber/v2"
"os"
"regexp"
)
func GetQueryOrFormValue(c *fiber.Ctx, key string) string {