Skip to content

Commit

Permalink
Temporarily comment out UI catch-all route
Browse files Browse the repository at this point in the history
Depends on resolution of #14
  • Loading branch information
bobby committed Jun 28, 2019
1 parent e40970d commit c08d3ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inventory/src/redis_streams_clj/inventory/api/service.clj
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
(update ::http/routes conj
["/health" :get health :route-name ::health]
["/" :get index :route-name ::index]
["/*" :get index :route-name ::index-catchall])
#_["/*" :get index :route-name ::index-catchall])
http/default-interceptors))

(defrecord Service [api config service-map]
Expand Down

0 comments on commit c08d3ef

Please sign in to comment.