diff options
author | Sam Wilkins <35748010+samwilkins333@users.noreply.github.com> | 2019-08-22 12:02:00 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-22 12:02:00 -0400 |
commit | 333d9e97ca97f993c17ffab192030f236bc90780 (patch) | |
tree | d98a41025da01f47b7d89ae4afd64f4d2358121a /src/server/RouteStore.ts | |
parent | 0ee435f6bd686c667a067fa750b4589cedfb0070 (diff) | |
parent | 65aec7b22e63de15e0d911971fa4e5a32d09d9b5 (diff) |
Merge pull request #259 from browngraphicslab/bulletdictation
Bullet Dictation and bug fixes
Diffstat (limited to 'src/server/RouteStore.ts')
-rw-r--r-- | src/server/RouteStore.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/RouteStore.ts b/src/server/RouteStore.ts index 5d977006a..014906054 100644 --- a/src/server/RouteStore.ts +++ b/src/server/RouteStore.ts @@ -31,6 +31,6 @@ export enum RouteStore { // APIS cognitiveServices = "/cognitiveservices", - googleDocs = "/googleDocs/" + googleDocs = "/googleDocs" }
\ No newline at end of file |