Skip to content

Commit

Permalink
Http Get to delete (tmp)
Browse files Browse the repository at this point in the history
  • Loading branch information
hueckidom committed Aug 28, 2024
1 parent a8e8899 commit e70867c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions service/src/PingPong/Controllers/ScoreController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ public ScoreController(ScoreService scoreService)
_scoreService = scoreService;
}

[HttpDelete(nameof(DeleteScores))]
public IActionResult DeleteScores([FromQuery] string password)
[HttpGet(nameof(DeleteScores))]
public IActionResult DeleteScores()
{
try
{
Expand Down

0 comments on commit e70867c

Please sign in to comment.