Skip to content

Commit

Permalink
Merge pull request #13 from haystack/bugfix/xpathoptimization
Browse files Browse the repository at this point in the history
Bugfix/xpathoptimization
  • Loading branch information
JumanaFM authored Mar 9, 2021
2 parents 87d9ec6 + 9dace52 commit 2884a49
Show file tree
Hide file tree
Showing 3 changed files with 597 additions and 543 deletions.
8 changes: 4 additions & 4 deletions src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ Vue.use(VTooltip)
Vue.component('font-awesome-icon', FontAwesomeIcon)
library.add(fas, far)

//axios.defaults.baseURL = 'https://nb2.csail.mit.edu/'
axios.defaults.baseURL = 'https://nb2.csail.mit.edu/'
// axios.defaults.baseURL = 'https://jumana-nb.csail.mit.edu/'
axios.defaults.baseURL = 'https://127.0.0.1:3000/' // for local dev only
//axios.defaults.baseURL = 'https://127.0.0.1:3000/' // for local dev only
axios.defaults.withCredentials = true

// export const PLUGIN_HOST_URL = 'https://nb2.csail.mit.edu/client'
export const PLUGIN_HOST_URL = 'https://nb2.csail.mit.edu/client'
// export const PLUGIN_HOST_URL = 'https://jumana-nb.csail.mit.edu/client'
export const PLUGIN_HOST_URL = 'https://127.0.0.1:3001' // for local dev only
// export const PLUGIN_HOST_URL = 'https://127.0.0.1:3001' // for local dev only

if (
(document.attachEvent && document.readyState === 'complete') ||
Expand Down
Loading

0 comments on commit 2884a49

Please sign in to comment.