diff --git a/src/Controllers/HomeController.cs b/src/Controllers/HomeController.cs index 945b881c..c46c4792 100644 --- a/src/Controllers/HomeController.cs +++ b/src/Controllers/HomeController.cs @@ -180,6 +180,7 @@ public async Task LogInTestUser(string action, StartAppModel start /// /// /// + [HttpGet("{userId}")] public async Task GetTestUserToken(int userId) { UserProfile profile = await _userProfileService.GetUser(userId); @@ -199,6 +200,7 @@ public async Task GetTestUserToken(int userId) /// /// /// + [HttpGet("{id}")] public async Task GetTestOrgToken(string id, [FromQuery] string orgNumber = null) { // Create a test token with long duration