🐛 Fix translation API mapping
This commit is contained in:
@@ -5,7 +5,7 @@ using Microsoft.AspNetCore.Mvc;
|
||||
namespace DysonNetwork.Sphere.Translation;
|
||||
|
||||
[ApiController]
|
||||
[Route("translate")]
|
||||
[Route("/api/translate")]
|
||||
public class TranslationController(ITranslationProvider provider) : ControllerBase
|
||||
{
|
||||
[HttpPost]
|
||||
|
Reference in New Issue
Block a user