mirror of
https://github.com/standardnotes/mobile.git
synced 2026-08-01 15:56:52 -04:00
fix: remove trailing slash on defaultHost url (#482)
Co-authored-by: Johnny Almonte <johnny243@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user