mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Blog API example (#377)
This commit is contained in:
5
examples/apps/blog/posts/create/Gemfile
Normal file
5
examples/apps/blog/posts/create/Gemfile
Normal file
@@ -0,0 +1,5 @@
|
||||
source 'https://rubygems.org'
|
||||
|
||||
gem 'json', '> 2'
|
||||
gem 'sequel'
|
||||
gem 'mysql2'
|
||||
Reference in New Issue
Block a user