File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change 11using LinkRouter . App . Models ;
2- using Newtonsoft . Json ;
32
43namespace LinkRouter . App . Configuration ;
54
65public class Config
76{
8- [ JsonProperty ( "RouteOn/" ) ]
97 public string RootRoute { get ; set ; } = "https://example.com" ;
108
119 public NotFoundBehaviorConfig NotFoundBehavior { get ; set ; } = new ( ) ;
Original file line number Diff line number Diff line change 1111 <ItemGroup >
1212 <PackageReference Include =" Microsoft.AspNetCore.OpenApi" Version =" 7.0.20" />
1313 <PackageReference Include =" MoonCore" Version =" 1.5.4" />
14- <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.3" />
1514 <PackageReference Include =" prometheus-net.AspNetCore" Version =" 8.2.1" />
1615 <PackageReference Include =" Swashbuckle.AspNetCore" Version =" 6.5.0" />
1716 </ItemGroup >
You can’t perform that action at this time.
0 commit comments