# frozen_string_literal: true module MissionKontrolRelay class ApplicationController < ActionController::Base def index; end end end