mail update
This commit is contained in:
@@ -11,7 +11,7 @@ using Webshop.Application.Services.Auth;
|
||||
namespace Webshop.Api.Controllers.Auth
|
||||
{
|
||||
[ApiController]
|
||||
[Route("api/v1/auth")]
|
||||
[Route("api/v1/[controller]")]
|
||||
public class AuthController : ControllerBase
|
||||
{
|
||||
private readonly IAuthService _authService;
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
{
|
||||
"ShopInfo": {
|
||||
"Name": "tzbre Webshop"
|
||||
},
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
|
||||
Reference in New Issue
Block a user