Convert to new namespace stuff and implicit usings
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
namespace Prospect.Server.Api.Services.Auth
|
||||
namespace Prospect.Server.Api.Services.Auth;
|
||||
|
||||
public class AuthTokenSettings
|
||||
{
|
||||
public class AuthTokenSettings
|
||||
{
|
||||
public string Secret { get; set; }
|
||||
}
|
||||
public string Secret { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user