Skip to content

Commit

Permalink
Fix ring dev-handler
Browse files Browse the repository at this point in the history
Made it compatible with changes added in b662339
  • Loading branch information
psarando committed Dec 7, 2023
1 parent 6075022 commit b380542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/terrain/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
[req]
(tc/with-logging-context svc-info
(require 'terrain.routes)
((eval 'terrain.routes/app-wrapper) req)))
((wrap-fake-user (eval 'terrain.routes/app-wrapper) (System/getenv "CYVERSE_USERNAME")) req)))

;; terrain.routes MUST be required and eval'd here or the configuration won't yet be loaded
(defn run-jetty
Expand Down

0 comments on commit b380542

Please sign in to comment.