File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Chapter-1-initial-architecture/Src Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
2- <Sdk Name =" Aspire.AppHost.Sdk" Version =" 13.0.2" />
1+ <Project Sdk =" Aspire.AppHost.Sdk/13.1.2" >
32
43 <PropertyGroup >
54 <OutputType >Exe</OutputType >
109 </PropertyGroup >
1110
1211 <ItemGroup >
13- <PackageReference Include =" Aspire.Hosting.AppHost" Version =" 13.0.2" />
14- <PackageReference Include =" Aspire.Hosting.PostgreSQL" Version =" 13.0.2" />
12+ <PackageReference Include =" Aspire.Hosting.PostgreSQL" Version =" 13.1.2" />
1513 <PackageReference Update =" SonarAnalyzer.CSharp" Version =" 10.15.0.120848" />
1614 </ItemGroup >
1715
1816 <ItemGroup >
19- <ProjectReference Include =" ..\Fitnet\Fitnet.csproj" />
17+ <ProjectReference Include =" ..\Fitnet\Fitnet.csproj" />
2018 </ItemGroup >
2119
2220</Project >
Original file line number Diff line number Diff line change 2828if ( app . Environment . IsDevelopment ( ) )
2929{
3030 app . MapOpenApi ( ) ;
31- app . MapScalarApiReference ( "/docs/{documentName} " ) ;
31+ app . MapScalarApiReference ( "/docs/v1 " ) ;
3232}
3333
3434app . UseApiDocumentation ( ) ;
You can’t perform that action at this time.
0 commit comments