Skip to content

Commit b751cb9

Browse files
committed
removing api
1 parent ff2cf36 commit b751cb9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ScriptCs.WebApi/WebApi.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ public HttpSelfHostServer CreateServer(HttpSelfHostConfiguration config)
1515
config.Services.Replace(typeof(IHttpControllerTypeResolver), new ControllerResolver(caller));
1616

1717
config.Routes.MapHttpRoute(name: "DefaultApi",
18-
routeTemplate: "{controller}/{id}",
19-
defaults: new { id = RouteParameter.Optional }
20-
);
18+
routeTemplate: "{controller}/{id}",
19+
defaults: new { id = RouteParameter.Optional }
20+
);
2121
return new HttpSelfHostServer(config);
2222
}
2323

0 commit comments

Comments
 (0)