Started working on explore filters
This commit is contained in:
2
main.go
2
main.go
@ -63,7 +63,7 @@ func configure(app *aero.Application) *aero.Application {
|
||||
// Close the database node on shutdown
|
||||
app.OnShutdown(arn.Node.Close)
|
||||
|
||||
// Prefetch data from all collections
|
||||
// Prefetch all collections
|
||||
arn.DB.Prefetch()
|
||||
|
||||
// Specify test routes
|
||||
|
Reference in New Issue
Block a user