We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 250b27a commit 56a876dCopy full SHA for 56a876d
API/Controller/Device/Pair.cs
@@ -49,7 +49,7 @@ public async Task<IActionResult> PairDeprecated([FromRoute] string pairCode)
49
return await PairInternal(pairCode);
50
}
51
52
- public async Task<IActionResult> PairInternal([FromRoute] string pairCode)
+ public async Task<IActionResult> PairInternal(string pairCode)
53
{
54
var devicePairs = _redis.RedisCollection<DevicePair>();
55
0 commit comments