aboutsummaryrefslogtreecommitdiff
path: root/src/server/RouteStore.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/RouteStore.ts')
-rw-r--r--src/server/RouteStore.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/server/RouteStore.ts b/src/server/RouteStore.ts
index fc5511f98..3b3fd9b4a 100644
--- a/src/server/RouteStore.ts
+++ b/src/server/RouteStore.ts
@@ -32,6 +32,7 @@ export enum RouteStore {
// APIS
cognitiveServices = "/cognitiveservices",
googleDocs = "/googleDocs",
- googlePhotos = "/googlePhotos"
+ googlePhotosQuery = "/googlePhotosQuery",
+ googlePhotosMediaUpload = "/googlePhotosMediaUpload"
} \ No newline at end of file