Fixes a random missing bracket in SetEndpoint
This commit is contained in:
parent
c69cd29add
commit
4d3a8002a8
1 changed files with 2 additions and 1 deletions
|
@ -15,4 +15,5 @@ internal class SetEndpoint : IApiEndpoint
|
||||||
string IApiEndpoint.UuidQuery(int uuid)
|
string IApiEndpoint.UuidQuery(int uuid)
|
||||||
{
|
{
|
||||||
return $"{((IApiEndpoint)this).ApiUri()}/uuid/{uuid}";
|
return $"{((IApiEndpoint)this).ApiUri()}/uuid/{uuid}";
|
||||||
}
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue