mail update

This commit is contained in:
Tizian.Breuch
2025-09-05 11:41:02 +02:00
parent fba87a1694
commit b8e9ffa543
5 changed files with 132 additions and 57 deletions

View File

@@ -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;

View File

@@ -1,4 +1,7 @@
{
"ShopInfo": {
"Name": "tzbre Webshop"
},
"Logging": {
"LogLevel": {
"Default": "Information",