Skip to content

Commit

Permalink
Add :base-path to the set of valid options keys
Browse files Browse the repository at this point in the history
  • Loading branch information
mlapshin authored and grmble committed Oct 28, 2022
1 parent 20edf6e commit 2c44db8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/kee_frame/core.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@
(:require [kee-frame.legacy :as legacy]
[kee-frame.state :as state]
[kee-frame.router :as router]
[re-frame.core :as rf :refer [console]]
[kee-frame.log :as log]
[kee-frame.spec :as spec]
[re-frame.interop :as interop]
[clojure.spec.alpha :as s]
[expound.alpha :as e]))

(def valid-option-key? #{:router :hash-routing? :routes :process-route :debug? :debug-config
(def valid-option-key? #{:router :hash-routing? :base-path :routes :process-route :debug? :debug-config
:chain-links :app-db-spec :root-component :initial-db :log-spec-error
:screen :scroll :route-change-event :not-found :log :global-interceptors})

Expand Down

0 comments on commit 2c44db8

Please sign in to comment.