From 252d96e20cf0a30aef6a6987cb880a89a0c2bfb9 Mon Sep 17 00:00:00 2001 From: "Pfeil, Scott Robert" Date: Thu, 28 Jan 2021 11:59:09 -0500 Subject: [PATCH] comment update --- MVMCore/MVMCore/LoadHandling/MVMCoreRequestParameters.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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