mirror of
https://github.com/rjNemo/rentease.git
synced 2026-06-12 13:46:51 +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
|
type Config map[string]string
|
||||||
|
|
||||||
var DefaultConfig = Config{
|
var DefaultConfig = Config{
|
||||||
"PORT": "8000",
|
"PORT": "8000",
|
||||||
"DEUG": "false",
|
"DEBUG": "false",
|
||||||
}
|
}
|
||||||
|
|
||||||
func NewConfig() func(string) string {
|
func NewConfig() func(string) string {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue