From aa7ffe4a4ae4cf59049971226c0eabdbb2b40d7a Mon Sep 17 00:00:00 2001 From: Giorgi Kavrelishvili Date: Sun, 12 May 2024 11:01:29 +0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f8d2e1e..9bd2eb0 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ end class Application < Grip::Application def initialize(environment : String) - # By default the environment is set to "development" and serve_static is false. + # By default the environment is set to "development". super(environment) scope "/api" do