aboutsummaryrefslogtreecommitdiff
path: root/backend/api/api/Interfaces
diff options
context:
space:
mode:
authorOgnjen Cirkovic <ciraboxkg@gmail.com>2022-03-16 13:10:54 +0100
committerOgnjen Cirkovic <ciraboxkg@gmail.com>2022-03-16 13:10:54 +0100
commit5eddd6dde8a348ef767f2e270fe2c0fd001033e0 (patch)
treef5452a329bb35eb60f990538e783001c1388f40e /backend/api/api/Interfaces
parentda2bbfed902eb095857594e44d71ceec3cdb07d9 (diff)
Kada se uploaduje file podaci se upisuju u bazu.
Diffstat (limited to 'backend/api/api/Interfaces')
-rw-r--r--backend/api/api/Interfaces/IUserStoreDatabaseSettings.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/api/api/Interfaces/IUserStoreDatabaseSettings.cs b/backend/api/api/Interfaces/IUserStoreDatabaseSettings.cs
index 46ece53c..82312649 100644
--- a/backend/api/api/Interfaces/IUserStoreDatabaseSettings.cs
+++ b/backend/api/api/Interfaces/IUserStoreDatabaseSettings.cs
@@ -7,5 +7,6 @@
string CollectionName { get; set; }
string DatasetCollectionName { get; set; }
string ModelCollectionName { get; }
+ string FilesCollectionName { get; set; }
}
}