stickers/backend/api/app.rb
2025-12-07 20:14:10 -05:00

8 lines
124 B
Ruby

# frozen_string_literal: true
class App < Grape::API
format :json
mount AirtableData
mount Auth
mount Stickers
end