diff --git a/MVMCore/MVMCore/LoadHandling/MVMCoreRequestParameters.h b/MVMCore/MVMCore/LoadHandling/MVMCoreRequestParameters.h index 07768d8..df2aa69 100644 --- a/MVMCore/MVMCore/LoadHandling/MVMCoreRequestParameters.h +++ b/MVMCore/MVMCore/LoadHandling/MVMCoreRequestParameters.h @@ -36,10 +36,10 @@ typedef NS_ENUM(NSInteger, MFLoadStyle) { // adding parent pageType for freebee @property (nullable, strong, nonatomic) NSString *parentPageType; -/// App context to use when building the url. For ex: https://baseURL/appContext/pageType +/// App context to use when building the url. For ex: baseURL/appContext/pageType @property (nullable, strong, nonatomic) NSString *contextRoot; -/// Host to use when building the url. For ex: https://baseURL/appContext/pageType +/// Base URL to use when building the url. For ex: baseURL/appContext/pageType @property (nullable, strong, nonatomic) NSURL *alternateBaseURL; /// Entire URL to use instead of building the url