💥 Add /api prefix for json endpoints with redirect

This commit is contained in:
2025-07-10 14:18:02 +08:00
parent 1f2cdb146d
commit fc6edd7378
43 changed files with 217 additions and 41 deletions

View File

@ -9,7 +9,7 @@ namespace DysonNetwork.Sphere.Connection.WebReader;
/// Controller for web scraping and link preview services
/// </summary>
[ApiController]
[Route("/scrap")]
[Route("/api/scrap")]
[EnableRateLimiting("fixed")]
public class WebReaderController(WebReaderService reader, ILogger<WebReaderController> logger)
: ControllerBase