Sha256: 237752bc3049e41e891d380cf1e4130cb65338180a159fe6453fe88a86b04e0b
Contents?: true
Size: 237 Bytes
Versions: 4
Compression:
Stored size: 237 Bytes
Contents
module Test class App1 < Grape::API format :txt mount Test::Mount1 => '/mounted' #changed: mount Test::LibMount1 => '/lib_mounted' get :test do 'test1 response' #changed: 'test1 response changed' end end end
Version data entries
4 entries across 4 versions & 1 rubygems