We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45ef951 commit d6bcd7eCopy full SHA for d6bcd7e
1 file changed
PocketDDD.Server/PocketDDD.Server.WebAPI/Controllers/RegistrationController.cs
@@ -1,4 +1,5 @@
1
-using Microsoft.AspNetCore.Http;
+using Microsoft.AspNetCore.Authorization;
2
+using Microsoft.AspNetCore.Http;
3
using Microsoft.AspNetCore.Mvc;
4
using PocketDDD.Server.Model.DTOs;
5
using PocketDDD.Server.Services;
0 commit comments