X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/060d38d627bd1e51dd2b3c6e7de9af6aa7d7b6f3..f049ebcb40b5509413f73840ead3ef8893f9331b:/services/api/config.ru diff --git a/services/api/config.ru b/services/api/config.ru index 30e8281843..4a3c09a688 100644 --- a/services/api/config.ru +++ b/services/api/config.ru @@ -1,8 +1,6 @@ -# Copyright (C) The Arvados Authors. All rights reserved. -# -# SPDX-License-Identifier: AGPL-3.0 - # This file is used by Rack-based servers to start the application. -require ::File.expand_path('../config/environment', __FILE__) -run Server::Application +require_relative "config/environment" + +run Rails.application +Rails.application.load_server