Skip to content

Commit

Permalink
Update Hello.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Jan 15, 2024
1 parent 2572d8c commit 365857c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TalentBlazor.ServiceModel/Hello.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ namespace TalentBlazor.ServiceModel;

[Route("/hello")]
[Route("/hello/{Name}")]
public class Hello : IReturn<HelloResponse>
public class Hello : IGet, IReturn<HelloResponse>
{
public string? Name { get; set; }
}
Expand Down

0 comments on commit 365857c

Please sign in to comment.