mirror of
https://github.com/rjNemo/rentease.git
synced 2026-06-06 02:36:49 +00:00
fix typo
This commit is contained in:
parent
d4e6b35a96
commit
f2e45dcbb3
1 changed files with 2 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue