Updated API
This commit is contained in:
parent
7c3e60dff3
commit
b3a8777c80
2
main.go
2
main.go
@ -230,7 +230,7 @@ func configure(app *aero.Application) *aero.Application {
|
|||||||
app.OnShutdown(arn.Node.Close)
|
app.OnShutdown(arn.Node.Close)
|
||||||
|
|
||||||
// Prefetch data from all collections
|
// Prefetch data from all collections
|
||||||
arn.DB.PrefetchData()
|
arn.DB.Prefetch()
|
||||||
|
|
||||||
// Specify test routes
|
// Specify test routes
|
||||||
for route, examples := range routeTests {
|
for route, examples := range routeTests {
|
||||||
|
Loading…
Reference in New Issue
Block a user