Skip to content

Commit

Permalink
swapping to ucr
Browse files Browse the repository at this point in the history
  • Loading branch information
mwang87 committed Aug 10, 2023
1 parent e7b569b commit 4c49bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def inchikey():
def classyfire():
m = molecular_factory(request)
if m:
r = requests.get("https://gnps-classyfire.ucsd.edu/entities/{}.json".format(m.inchikey))
r = requests.get("https://classyfire.gnps2.org/entities/{}.json".format(m.inchikey))
return r.text, r.status_code
else:
return {"message":"unable to import structure"}, 400
Expand Down

0 comments on commit 4c49bcf

Please sign in to comment.