diff options
author | Sam Wilkins <35748010+samwilkins333@users.noreply.github.com> | 2019-09-29 19:04:29 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-29 19:04:29 -0400 |
commit | 89fd714207dbd965dc4b566202ec85bbd7998adf (patch) | |
tree | 4b6279f1fe0157eb79fabd000a55754c33253506 /src/server/RouteStore.ts | |
parent | c40480ec1a2da84b4223b0605bea2fe19df1104c (diff) | |
parent | 5bd6158a1f839d19f8965bff97a908c89271437d (diff) |
Merge pull request #289 from browngraphicslab/googlephotos_sharing_master
Googlephotos sharing master
Diffstat (limited to 'src/server/RouteStore.ts')
-rw-r--r-- | src/server/RouteStore.ts | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/server/RouteStore.ts b/src/server/RouteStore.ts index 014906054..ee9cd8a0e 100644 --- a/src/server/RouteStore.ts +++ b/src/server/RouteStore.ts @@ -31,6 +31,10 @@ export enum RouteStore { // APIS cognitiveServices = "/cognitiveservices", - googleDocs = "/googleDocs" + googleDocs = "/googleDocs", + googlePhotosAccessToken = "/googlePhotosAccessToken", + googlePhotosMediaUpload = "/googlePhotosMediaUpload", + googlePhotosMediaDownload = "/googlePhotosMediaDownload", + googleDocsGet = "/googleDocsGet" }
\ No newline at end of file |