Skip to content

Commit

Permalink
update url to itwewina.altlab.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
eddieantonio committed Feb 11, 2021
1 parent 37f9e32 commit 0aabc50
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 3 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/lib/transover_core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const Core = {
callAPI(word: string, responseParser: ResponseParser, sendParsedResponse: SendParsedResponse): void {

const options = {
url: 'https://sapir.artsrn.ualberta.ca/cree-dictionary/click-in-text?q=' + word,
url: 'https://itwewina.altlab.app/click-in-text/?q=' + word,
dataType: 'json',
success: function on_success(data) {
const parsedResponse = responseParser(data, word)
Expand Down

0 comments on commit 0aabc50

Please sign in to comment.