Skip to content
This repository has been archived by the owner on Jun 15, 2022. It is now read-only.

Commit

Permalink
fix: remove trailing slash on defaultHost url (#482)
Browse files Browse the repository at this point in the history
Co-authored-by: Johnny Almonte <johnny243@users.noreply.github.com>
  • Loading branch information
johnny243 and johnny243 committed Sep 8, 2021
1 parent 4a3975d commit d26f1cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/application.ts
Expand Up @@ -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
);
Expand Down

0 comments on commit d26f1cf

Please sign in to comment.