From 6205d7888e08fdf54cfef9d5f4ff28b84adef93c Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Sun, 27 Feb 2022 21:18:16 -0500 Subject: [PATCH] push keys --- http.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http.cs b/http.cs index af6f2f7..4d24566 100644 --- a/http.cs +++ b/http.cs @@ -63,7 +63,7 @@ namespace aka.terribledev.io stringBuilder.AppendLine("Hi! ^_^"); stringBuilder.AppendLine("Paths:"); stringBuilder.AppendJoin('\n', RoutesDictionary.Keys); - return new NotFoundObjectResult("hello"); + return new NotFoundObjectResult(stringBuilder.ToString()); } else {