class Webpacker::DevServer

def protocol

def protocol
  https? ? "https" : "http"
end