Skip to content

Commit

Permalink
Removed old code
Browse files Browse the repository at this point in the history
  • Loading branch information
BogdanYarotsky committed Aug 14, 2023
1 parent 4893f2e commit cc7a0af
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions Gambling.API/GlobalUsings.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
global using Gambling.API.Interfaces;
global using Gambling.API.Models;
global using Gambling.API.Services;
global using Microsoft.AspNetCore.Mvc;
global using Cookies = Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationDefaults;
3 changes: 0 additions & 3 deletions Gambling.API/Models/BalanceUpdateResult.cs

This file was deleted.

1 change: 0 additions & 1 deletion Gambling.API/Program.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using Microsoft.AspNetCore.Diagnostics;
using Microsoft.AspNetCore.Mvc;

namespace Gambling.API;

Expand Down

0 comments on commit cc7a0af

Please sign in to comment.