Last ...
This commit is contained in:
@@ -353,9 +353,8 @@ namespace xDataService.DI
|
||||
if (isValid)
|
||||
{
|
||||
//
|
||||
string graphPath = $"{helper.GetGraphQLPath()}";
|
||||
// string graphPath = $"{dataServiceConfiguration.GraphQLBasePath}{helper.GetGraphQLPath()}";
|
||||
graphPath = $"{helper.GetGraphQLPath()}";
|
||||
var graphPath = $"{helper.GetGraphQLPath()}";
|
||||
var graphBasePath = $"{dataServiceConfiguration.GraphQLBasePath}";
|
||||
typeof(XDataServiceHelper).InvokeGenericMethod(
|
||||
methodName: "UseXGraphQL",
|
||||
runtimeTypes: [
|
||||
@@ -370,9 +369,9 @@ namespace xDataService.DI
|
||||
],
|
||||
args: [
|
||||
source,
|
||||
graphBasePath,
|
||||
graphPath,
|
||||
withPlayground,
|
||||
null
|
||||
withPlayground
|
||||
]
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user