mirror of
https://codeberg.org/aryak/mozhi
synced 2025-06-04 00:41:07 +05:30
allow instance owner to configure default source/target lang (closes #14)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
package utils
|
||||
|
||||
import (
|
||||
"regexp"
|
||||
"github.com/gofiber/fiber/v2"
|
||||
"regexp"
|
||||
)
|
||||
|
||||
func GetQueryOrFormValue(c *fiber.Ctx, key string) string {
|
||||
|
Reference in New Issue
Block a user