]> cat aescling's git repositories - mastodon.git/blob - config.ru
Bump doorkeeper from 5.4.0 to 5.5.0 (#15757)
[mastodon.git] / config.ru
1 # frozen_string_literal: true
2 # This file is used by Rack-based servers to start the application.
3
4 require ::File.expand_path('../config/environment', __FILE__)
5 run Rails.application
This page took 0.054288 seconds and 4 git commands to generate.