X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a59152e34814f453a7380e68a55534e2f8922d57..84c753c29346450bae7efd8f8bcd11aa7ea71109:/apps/workbench/config.ru diff --git a/apps/workbench/config.ru b/apps/workbench/config.ru index 0ba0161dc1..7ee9ab6d52 100644 --- a/apps/workbench/config.ru +++ b/apps/workbench/config.ru @@ -1,4 +1,8 @@ +# 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 Vcffarm::Application +run ArvadosWorkbench::Application