From 975989fac3f4e35d12ef76841a7e893f6797d44d Mon Sep 17 00:00:00 2001 From: JustArchi Date: Sun, 9 Sep 2018 15:20:34 +0200 Subject: [PATCH] Fix wrong path of BGR API --- .../IPC/Controllers/Api/GamesToRedeemInBackgroundController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArchiSteamFarm/IPC/Controllers/Api/GamesToRedeemInBackgroundController.cs b/ArchiSteamFarm/IPC/Controllers/Api/GamesToRedeemInBackgroundController.cs index 7fbf6475b..8a4430e55 100644 --- a/ArchiSteamFarm/IPC/Controllers/Api/GamesToRedeemInBackgroundController.cs +++ b/ArchiSteamFarm/IPC/Controllers/Api/GamesToRedeemInBackgroundController.cs @@ -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> Delete(string botNames) {