fix: remove trailing slash on defaultHost url (#482)

Co-authored-by: Johnny Almonte <johnny243@users.noreply.github.com>
This commit is contained in:
Johnny A
2021-09-08 10:06:29 -04:00
committed by GitHub
parent 4a3975d32a
commit d26f1cf82e

View File

@@ -60,7 +60,7 @@ export class MobileApplication extends SNApplication {
},
],
VersionInfo.bundleIdentifier?.includes('dev')
? 'https://api-dev.standardnotes.com/'
? 'https://api-dev.standardnotes.com'
: 'https://api.standardnotes.com',
version
);