API endpoint(s) that are only enabled if ee is enabled. These live under | (ns metabase-enterprise.billing.api.routes (:require [compojure.core :as compojure] [metabase-enterprise.billing.billing :as billing] [metabase.api.routes.common :refer [+auth]])) |
Ring routes for billing API endpoints. | (compojure/defroutes routes (compojure/context "/" [] (+auth billing/routes))) |