We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa1e25b commit 69bb428Copy full SHA for 69bb428
src/Examples/JsonApiDotNetCoreExample/Program.cs
@@ -1,4 +1,3 @@
1
-using JsonApiDotNetCoreExample.Startups;
2
using Microsoft.AspNetCore.Hosting;
3
using Microsoft.Extensions.Hosting;
4
src/Examples/JsonApiDotNetCoreExample/Startups/Startup.cs renamed to src/Examples/JsonApiDotNetCoreExample/Startup.cs
@@ -12,7 +12,7 @@
12
using Newtonsoft.Json;
13
using Newtonsoft.Json.Converters;
14
15
-namespace JsonApiDotNetCoreExample.Startups
+namespace JsonApiDotNetCoreExample
16
{
17
public sealed class Startup
18
0 commit comments