Skip to content

Commit 56a876d

Browse files
LucHeartCopilot
andauthored
Update API/Controller/Device/Pair.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 250b27a commit 56a876d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

API/Controller/Device/Pair.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public async Task<IActionResult> PairDeprecated([FromRoute] string pairCode)
4949
return await PairInternal(pairCode);
5050
}
5151

52-
public async Task<IActionResult> PairInternal([FromRoute] string pairCode)
52+
public async Task<IActionResult> PairInternal(string pairCode)
5353
{
5454
var devicePairs = _redis.RedisCollection<DevicePair>();
5555

0 commit comments

Comments
 (0)