mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
Fix wrong path of BGR API
This commit is contained in:
@@ -30,7 +30,7 @@ using Microsoft.AspNetCore.Mvc;
|
||||
|
||||
namespace ArchiSteamFarm.IPC.Controllers.Api {
|
||||
[ApiController]
|
||||
[Route("Api/GamesToRedeemInBackgroundController")]
|
||||
[Route("Api/GamesToRedeemInBackground")]
|
||||
public sealed class GamesToRedeemInBackgroundController : ControllerBase {
|
||||
[HttpDelete("{botNames:required}")]
|
||||
public async Task<ActionResult<GenericResponse>> Delete(string botNames) {
|
||||
|
||||
Reference in New Issue
Block a user