mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
- fix typo in require
This commit is contained in:
parent
ed1648ee4b
commit
270f1077a9
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ require "rack/handler/ftw" # gem ftw
|
|||
require "ftw" # gem ftw
|
||||
require "sinatra/base" # gem sinatra
|
||||
require "optparse"
|
||||
require "mime/type"
|
||||
require "mime/types"
|
||||
|
||||
class Rack::Handler::FTW
|
||||
alias_method :handle_connection_, :handle_connection
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
require "sinatra/base"
|
||||
require "mime/type"
|
||||
require "mime/types"
|
||||
|
||||
class LogStash::Web::Server < Sinatra::Base
|
||||
get '/js/*' do static_file end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue