Skip to content

Commit

Permalink
Remove Invalid endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Nabi Karampour authored and Nabi Karampour committed Apr 25, 2024
1 parent 1dd956f commit 6ebc5eb
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/Shortener/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,7 @@ CancellationToken cancellationToken

return Results.Redirect(destinationUrl);
});



app.MapGet("/feedback", () =>
{
return Results.Ok("Please do it!");
});



app.Run();


0 comments on commit 6ebc5eb

Please sign in to comment.