require_relative '../app' module Tickethub class User::App < Tickethub::App path '/user/apps' end end