File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ using Microsoft . AspNetCore . Mvc ;
2+
3+ namespace RadarrAPI . Controllers
4+ {
5+ [ Route ( "v1/[controller]" ) ]
6+ public class PingController
7+ {
8+ [ HttpGet ]
9+ public string Ping ( )
10+ {
11+ return "Pong" ;
12+ }
13+ }
14+ }
Original file line number Diff line number Diff line change 2121 <DotNetCliToolReference Include =" Microsoft.EntityFrameworkCore.Tools.DotNet" Version =" 1.0.0-msbuild3-final" />
2222 </ItemGroup >
2323 <ItemGroup >
24- <Content Update =" appsettings.Development.json" >
25- <CopyToOutputDirectory >Always</CopyToOutputDirectory >
26- </Content >
2724 <Content Update =" appsettings.json" >
2825 <CopyToOutputDirectory >Always</CopyToOutputDirectory >
2926 </Content >
3027 <Content Update =" appsettings.Production.json" >
3128 <CopyToOutputDirectory >Always</CopyToOutputDirectory >
3229 </Content >
30+ <Content Update =" appsettings.Development.json" >
31+ <CopyToOutputDirectory >Always</CopyToOutputDirectory >
32+ </Content >
3333 </ItemGroup >
3434 <ItemGroup >
3535 <None Update =" nlog.config" >
You can’t perform that action at this time.
0 commit comments