8 lines
92 B
Ruby
8 lines
92 B
Ruby
|
module Grape
|
||
|
module Middleware
|
||
|
class Logger
|
||
|
VERSION = '0.0.1'
|
||
|
end
|
||
|
end
|
||
|
end
|