make route handling better
This commit is contained in:
parent
4f79c919f0
commit
52073e7e81
4 changed files with 40 additions and 54 deletions
2
main.go
2
main.go
|
|
@ -44,8 +44,6 @@ func main() {
|
|||
server.BasePath = strings.TrimSuffix(server.BasePath, "/")
|
||||
}
|
||||
|
||||
server.BasePathReady <- true
|
||||
|
||||
logger := log.New(os.Stdout, "", log.Ldate|log.Ltime|log.Lshortfile)
|
||||
|
||||
configPath, err := os.UserConfigDir()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue