Skip to content

Commit bb1cade

Browse files
committed
new endpoint
1 parent fcdadcb commit bb1cade

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Program.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,11 @@
117117
}
118118
);
119119

120+
app.MapGet("/elbowfetish", () =>
121+
{
122+
return Results.Redirect("https://twitter.com/LaFemmeFrank");
123+
});
124+
120125
app.MapFallback(() => Results.NotFound(new { Message = "What are you looking for?? Suggest new pointless endpoint ideas to: twitter.com/ben__weddle" }));
121126

122127
app.Run();

0 commit comments

Comments
 (0)