From d26f1cf82e9075ae14d8e9eca5fa3db6989df034 Mon Sep 17 00:00:00 2001 From: Johnny A <5891646+johnny243@users.noreply.github.com> Date: Wed, 8 Sep 2021 10:06:29 -0400 Subject: [PATCH] fix: remove trailing slash on defaultHost url (#482) Co-authored-by: Johnny Almonte --- src/lib/application.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/application.ts b/src/lib/application.ts index d8fe845f..a5ee2d1f 100644 --- a/src/lib/application.ts +++ b/src/lib/application.ts @@ -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 );