Skip to content

Commit d6bcd7e

Browse files
committed
Add auth using
1 parent 45ef951 commit d6bcd7e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
using Microsoft.AspNetCore.Http;
1+
using Microsoft.AspNetCore.Authorization;
2+
using Microsoft.AspNetCore.Http;
23
using Microsoft.AspNetCore.Mvc;
34
using PocketDDD.Server.Model.DTOs;
45
using PocketDDD.Server.Services;

0 commit comments

Comments
 (0)