Skip to content

Commit 2aca0bf

Browse files
committed
Remove redundant using
1 parent 3c46477 commit 2aca0bf

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

PocketDDD.Server/PocketDDD.Server.WebAPI/Controllers/RegistrationController.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
using Microsoft.AspNetCore.Authorization;
2-
using Microsoft.AspNetCore.Http;
1+
using Microsoft.AspNetCore.Http;
32
using Microsoft.AspNetCore.Mvc;
43
using PocketDDD.Server.Model.DTOs;
54
using PocketDDD.Server.Services;

0 commit comments

Comments
 (0)