proxy server: move tasks.json endpoint
This commit is contained in:
parent
b7c1ffc1e9
commit
5e48f5b46b
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ using Microsoft.Extensions.Logging;
|
|||
namespace Ksp.WebServer.Controllers
|
||||
{
|
||||
[ApiController]
|
||||
[Route("tasks.json")]
|
||||
[Route("/kurz/tasks.json")]
|
||||
public class TasksController : ControllerBase
|
||||
{
|
||||
private readonly ILogger<TasksController> logger;
|
||||
|
|
Reference in a new issue