Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
update config.ru
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroPointEnergy committed May 4, 2018
1 parent 8c20e70 commit 09519c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.ru
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file is used by Rack-based servers to start the application.

require ::File.expand_path('../config/environment', __FILE__)
run PuppetDashboard::Application
require_relative 'config/environment'
run Rails.application

0 comments on commit 09519c2

Please sign in to comment.