mirror of
https://github.com/pikami/cosmium.git
synced 2026-04-19 13:00:30 +01:00
Code cleanup; Implement persistant storage; Use maps for storage
This commit is contained in:
@@ -9,6 +9,7 @@ import (
|
||||
|
||||
func runTestServer() *httptest.Server {
|
||||
config.Config.AccountKey = config.DefaultAccountKey
|
||||
config.Config.ExplorerPath = "/tmp/nothing"
|
||||
|
||||
return httptest.NewServer(api.CreateRouter())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user