Updated API

This commit is contained in:
Eduard Urbach 2017-11-06 19:12:03 +01:00
parent 7c3e60dff3
commit b3a8777c80

View File

@ -230,7 +230,7 @@ func configure(app *aero.Application) *aero.Application {
app.OnShutdown(arn.Node.Close)
// Prefetch data from all collections
arn.DB.PrefetchData()
arn.DB.Prefetch()
// Specify test routes
for route, examples := range routeTests {