push keys
This commit is contained in:
2
http.cs
2
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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user