Skip to content

Commit

Permalink
Merge pull request #7 from atc-net/feat/cleanup
Browse files Browse the repository at this point in the history
Removing not-needed code from sample project
  • Loading branch information
perkops authored Aug 11, 2023
2 parents 8e29248 + 5bd6db7 commit c1ab662
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,5 @@ namespace Demo.Api.Contracts.EndpointDefinitions;

public static class SwaggerGroupNames
{
public const string Electricity = nameof(Electricity);

public const string Gas = nameof(Gas);

public const string Users = nameof(Users);
}

This file was deleted.

0 comments on commit c1ab662

Please sign in to comment.