diff options
author | Julio Capote <jcapote@gmail.com> | 2018-11-06 20:26:21 +0000 |
---|---|---|
committer | Julio Capote <jcapote@gmail.com> | 2018-11-06 20:26:21 +0000 |
commit | 3d98eee4f2da4fecff7ce41bfe66a6b40eb2fc43 (patch) | |
tree | 622a5392f5af3782c74184fdf867da55c96bf72a /content/post/2012-11-07-announcing-finatra-1-0-0.markdown | |
parent | d15dc6c9daaaff093b825b650a079b3ac02b362e (diff) | |
download | capotej.com-3d98eee4f2da4fecff7ce41bfe66a6b40eb2fc43.tar.gz |
fix post teasers
Diffstat (limited to 'content/post/2012-11-07-announcing-finatra-1-0-0.markdown')
-rw-r--r-- | content/post/2012-11-07-announcing-finatra-1-0-0.markdown | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content/post/2012-11-07-announcing-finatra-1-0-0.markdown b/content/post/2012-11-07-announcing-finatra-1-0-0.markdown index 25b3b4b..c7020c4 100644 --- a/content/post/2012-11-07-announcing-finatra-1-0-0.markdown +++ b/content/post/2012-11-07-announcing-finatra-1-0-0.markdown @@ -8,6 +8,8 @@ tags: ["finatra", "scala"] After months of work [Finatra](https://github.com/capotej/finatra#readme) 1.0.0 is finally available! Finatra is a scala web framework inspired by [Sinatra](https://github.com/sinatra/sinatra#readme) built on top of [Finagle](http://twitter.github.com/finagle). +<!--more--> + ### The API The API looks like what you'd expect, here's a simple endpoint that uses route parameters: |