diff options
Diffstat (limited to 'interfaces/http/web')
-rw-r--r-- | interfaces/http/web/web.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interfaces/http/web/web.rb b/interfaces/http/web/web.rb index 8ae8afd..ca04ecc 100644 --- a/interfaces/http/web/web.rb +++ b/interfaces/http/web/web.rb @@ -3,4 +3,4 @@ class WebInterface < Sinatra::Base @posts = Post.all erb :index end -end
\ No newline at end of file +end |