Rename ExportAdapter to DatabaseController.

This commit is contained in:
Nikita Lutsenko
2016-02-27 02:02:33 -08:00
parent 10efd5d38d
commit d78c2746e9
7 changed files with 46 additions and 48 deletions

View File

@@ -8,7 +8,7 @@
// * getFileLocation(config, request, filename)
//
// Default is GridStoreAdapter, which requires mongo
// and for the API server to be using the ExportAdapter
// and for the API server to be using the DatabaseController with Mongo
// database adapter.
export class FilesAdapter {