push keys

This commit is contained in:
Tommy Parnell
2022-02-27 21:18:16 -05:00
parent 3022df5cc5
commit 6205d7888e

View File

@@ -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
{