Skip to content

Commit

Permalink
Moved Startup.cs from example project into parent directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Bart Koelman committed Sep 7, 2021
1 parent fa1e25b commit 69bb428
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/Examples/JsonApiDotNetCoreExample/Program.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using JsonApiDotNetCoreExample.Startups;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Hosting;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;

namespace JsonApiDotNetCoreExample.Startups
namespace JsonApiDotNetCoreExample
{
public sealed class Startup
{
Expand Down

0 comments on commit 69bb428

Please sign in to comment.