Skip to content

Commit

Permalink
Point at Google App Engine instance of cite-collection-manager
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanfb committed Feb 1, 2017
1 parent e9194f5 commit 0158215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/cts-cite-driver.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ default_cts_cite_collection_driver_config =
cts_endpoint: '1_veTVGdKvI_WQ-8jU4al9ESWvjgTqjFzGreeAaKK'
cts_urn: 'urn:cts:greekLit:tlg4040.lexicon.dc3'
cite_table_id: '1Tv86Sn9h4CGug3I_Bp20yNT1wT4Ad2Ufp93zUiQP'
cite_collection_editor_url: "localhost:8988/cite-collection-manager/editor"
cite_collection_editor_url: "//lyrical-flame-685.appspot.com/editor"

urn_to_id = (urn) ->
urn.replace(/[:.,'-]/g,'_')
Expand Down

0 comments on commit 0158215

Please sign in to comment.