This commit is contained in:
Ruidy 2024-09-02 16:02:27 +02:00
parent d4e6b35a96
commit f2e45dcbb3
No known key found for this signature in database
GPG key ID: E00F51288CB857CC

View file

@ -10,8 +10,8 @@ import (
type Config map[string]string
var DefaultConfig = Config{
"PORT": "8000",
"DEUG": "false",
"PORT": "8000",
"DEBUG": "false",
}
func NewConfig() func(string) string {