Skip to content

Commit

Permalink
Merge pull request #29 from RodrigoMNardi/feature/translatename2id
Browse files Browse the repository at this point in the history
Rack::RewindableInput::Middleware
  • Loading branch information
RodrigoMNardi authored Oct 16, 2024
2 parents 41b5159 + 832f74c commit 801d1d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config.ru
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ require 'puma'
require './lib/slack_bot_app'
require_relative 'config/initializers/active_record_established'

use Rack::RewindableInput::Middleware

run Rack::URLMap.new('/' => SlackRubyBotServer::Api::Middleware.instance, '/github' => Server)

0 comments on commit 801d1d3

Please sign in to comment.