implement pool group and user get routes,
improvements to http return codes, add localdb backend handler
This commit is contained in:
+2
-1
@@ -7,6 +7,7 @@ import (
|
||||
|
||||
func main() {
|
||||
configPath := flag.String("config", "config.json", "path to config.json file")
|
||||
localDBPath := flag.String("localdb", "localdb.json", "path to localdb.json file")
|
||||
flag.Parse()
|
||||
app.Run(configPath)
|
||||
app.Run(configPath, localDBPath)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user