mirror of
https://github.com/System-End/stickers.git
synced 2026-04-20 00:25:22 +00:00
6 lines
99 B
Ruby
6 lines
99 B
Ruby
# frozen_string_literal: true
|
|
|
|
class Base < Grape::API
|
|
format :json
|
|
helpers SessionHelpers
|
|
end
|