Commit 9c6ba243 authored by Clint.Network's avatar Clint.Network

Merge branch 'lottery' of https://github.com/clintnetwork/stratis-guru-v2 into lottery

parents 6453a51a 4ac3a763
...@@ -20,6 +20,7 @@ namespace Stratis.Guru ...@@ -20,6 +20,7 @@ namespace Stratis.Guru
public static IWebHostBuilder CreateWebHostBuilder(string[] args) => public static IWebHostBuilder CreateWebHostBuilder(string[] args) =>
WebHost.CreateDefaultBuilder(args) WebHost.CreateDefaultBuilder(args)
.UseUrls("http://localhost:1989") .UseUrls("http://localhost:1989")
.UseSentry("https://ed8ea72e1f6341ae901d96691d9e58a0@sentry.io/1359208")
.UseStartup<Startup>(); .UseStartup<Startup>();
} }
} }
\ No newline at end of file
...@@ -16,6 +16,7 @@ ...@@ -16,6 +16,7 @@
<PackageReference Include="PaulMiami.AspNetCore.Mvc.Recaptcha" Version="1.2.1" /> <PackageReference Include="PaulMiami.AspNetCore.Mvc.Recaptcha" Version="1.2.1" />
<PackageReference Include="QRCoder" Version="1.3.3" /> <PackageReference Include="QRCoder" Version="1.3.3" />
<PackageReference Include="RestSharp" Version="106.5.4" /> <PackageReference Include="RestSharp" Version="106.5.4" />
<PackageReference Include="Sentry.AspNetCore" Version="1.1.0" />
</ItemGroup> </ItemGroup>
</Project> </Project>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment