We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd0687c commit 15554c9Copy full SHA for 15554c9
1 file changed
src/Simplify.Web/Controllers/V1/Metadata/Controller1Metadata.cs
@@ -7,10 +7,8 @@ namespace Simplify.Web.Controllers.V1.Metadata;
7
8
public class Controller1Metadata : ControllerMetadata, IController1Metadata
9
{
10
- public Controller1Metadata(Type controllerType) : base(controllerType)
11
- {
+ public Controller1Metadata(Type controllerType) : base(controllerType) =>
12
ExecParameters = BuildControllerExecParameters(controllerType);
13
- }
14
15
protected override IControllerRoute BuildControllerRoute(string path) => new Controller1Route(path);
16
}
0 commit comments