File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,9 +43,9 @@ server.CloseAsync().Wait();
43
43
* That's it, your API is up!
44
44
45
45
## Customizing
46
- You can customize the host by modifying the configuration object. Or if you would like to pass your own you can use the ` CreateServer ` overload.
47
- If you pass your own, the ` ControllerResolver ` will be replaced with a script friendly one .
48
- An additional ` CreateServer ` overload allows you to explicitly specify the controller types you want to expose in your api:
46
+ You can customize the host by modifying the configuration object.
47
+ Or if you would like to pass your own you can use the ` CreateServer ` overload .
48
+ Additional ` CreateServer ` overload allows you to explicitly specify either assemblies or specific controller types you want to expose in your api:
49
49
50
50
``` csharp
51
51
// Use a custom configuration and specify controller types.
You can’t perform that action at this time.
0 commit comments