Skip to content

Commit

Permalink
Update CODING-STANDARDS.md
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Fonseca <efonsecab@users.noreply.github.com>
  • Loading branch information
efonsecab authored Oct 25, 2024
1 parent 46d455a commit bae62fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CODING-STANDARDS.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The names of variables and properties must specify what the variable contents ar
* [HttpGet("[action]")]

## Accessing API Endpoints
* use a ClientService class in the "FairPlayTube.ClientServices" project, use the same prefix than the one used in the Controller for a name
* use a ClientService class in the "{MainProject}.ClientServices" project, use the same prefix than the one used in the Controller for a name
* Generate the client using Kiota.

## Blazor Pages & components
Expand Down

0 comments on commit bae62fc

Please sign in to comment.