Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Torkelsen committed Sep 27, 2024
1 parent 25e65f9 commit 4e4dc3a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class TestController : ControllerBase
[HttpGet]
public ActionResult<string> Get()
{
return Ok("Hello from Azure v5");
return Ok("Hello from Azure v6");
}
}
}

0 comments on commit 4e4dc3a

Please sign in to comment.