Skip to content

Commit

Permalink
chore: Removing not-needed code from sample project
Browse files Browse the repository at this point in the history
  • Loading branch information
Per Kops committed Aug 11, 2023
1 parent 8e29248 commit 5bd6db7
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 5bd6db7

Please sign in to comment.