diff --git a/EarleyParserREST/Program.cs b/EarleyParserREST/Program.cs index f14695b..634ed58 100644 --- a/EarleyParserREST/Program.cs +++ b/EarleyParserREST/Program.cs @@ -39,7 +39,7 @@ } -app.MapGet("/", () => "Hello Earley Parser!"); +app.MapGet("/", () => "Hello Earley Parser!"); //hello! app.MapGet("/grammars", () =>