Skip to content

Commit

Permalink
Make URL editable in BCP middleware.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelstaib committed Nov 5, 2020
1 parent 2f0169c commit cd9d9a2
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -49,7 +49,7 @@ public async Task Invoke(HttpContext context)
false);
var config = new BananaCakePopConfiguration(schemaEndpoint)
{
EndpointEditable = false,
EndpointEditable = true,
};
ISchema schema = await ExecutorProxy.GetSchemaAsync(context.RequestAborted);

Expand Down

0 comments on commit cd9d9a2

Please sign in to comment.