Jeppe #2

Merged
Jeppe merged 3 commits from Jeppe into master 2025-03-24 08:45:56 +00:00
Showing only changes of commit 1d3f929986 - Show all commits

View File

@ -20,7 +20,7 @@ namespace Api.Controllers
}
[Authorize]
[HttpGet]
[HttpGet("{userId}")]
public async Task<IActionResult> GetDevices(int userId)
{
List<Device> devices = await _dbAccess.ReadDevices(userId);