feat: optimize mime type
This commit is contained in:
@@ -3,6 +3,7 @@ package config
|
||||
type Config struct {
|
||||
NetInterface string
|
||||
Htdocs string
|
||||
Profile bool
|
||||
}
|
||||
|
||||
func GetConfig() *Config {
|
||||
@@ -10,5 +11,6 @@ func GetConfig() *Config {
|
||||
return &Config{
|
||||
NetInterface: "127.0.0.1:80",
|
||||
Htdocs: "./htdocs",
|
||||
Profile: false,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user