diff --git a/examples/hello_crystal/funko.cr b/examples/hello_crystal/funko.cr index a397946..75828c0 100644 --- a/examples/hello_crystal/funko.cr +++ b/examples/hello_crystal/funko.cr @@ -1,7 +1,7 @@ require "kemal" - + # This is a kemal app, you can add handlers, middleware, etc. - + # A basic hello world get endpoint get "/" do "Hello World Crystal!" @@ -10,7 +10,7 @@ end # The `/ping/` endpoint is configured in the container as a healthcheck # You can make it better by checking that your database is responding # or whatever checks you think are important -# +# get "/ping/" do "OK" end diff --git a/public/bars.svg b/public/bars.svg new file mode 100644 index 0000000..7cb07e6 --- /dev/null +++ b/public/bars.svg @@ -0,0 +1,52 @@ + diff --git a/public/index.html b/public/index.html index 0cf0243..c1a3ac3 100644 --- a/public/index.html +++ b/public/index.html @@ -1,15 +1,23 @@ +
+Funko | +Name | +Actions | +
---|