Skip to content

Commit

Permalink
oops, change api hostname back to staging server
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew committed Jun 9, 2016
1 parent 3533aa3 commit c56c8a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cljs/ulysses/config.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@

(def api-hostname
(if (or debug? (string/includes? hostname "staging"))
; "http://ulysses-api-staging.core"
"http://localhost:8000"
"http://ulysses-api-staging.core"
; "http://localhost:8000"
"http://ulysses-api-alpha.core"))

(def api-endpoint (str api-hostname "/api"))
Expand Down

0 comments on commit c56c8a2

Please sign in to comment.