We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0ac270 commit eeefd76Copy full SHA for eeefd76
1 file changed
API/Controller/Account/VerifyEmail.cs
@@ -1,4 +1,5 @@
1
-using System.Net.Mime;
+using System;
2
+using System.Net.Mime;
3
using Microsoft.AspNetCore.Mvc;
4
using Asp.Versioning;
5
using OpenShock.Common.Errors;
0 commit comments