Skip to content

Commit

Permalink
api url change - https
Browse files Browse the repository at this point in the history
  • Loading branch information
sureshhewabi committed Dec 8, 2023
1 parent d706798 commit f3adcce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/network.html
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@
//<![CDATA[
// window.xiSpecBaseDir = "/spectrum/"; // you may need to edit this depending on where xiView_container is in web server folder
window.xiAnnotRoot = "xiAnnotator/";
window.peakListUrl = "http://www.ebi.ac.uk/pride/archive/xiview/ws/data/get_peaklist";
xiview.main("PRIDE", "http://www.ebi.ac.uk/pride/archive/xiview/ws/data/get_xiview_data");
window.peakListUrl = "https://www.ebi.ac.uk/pride/archive/xiview/ws/data/get_peaklist";
xiview.main("PRIDE", "https://www.ebi.ac.uk/pride/archive/xiview/ws/data/get_xiview_data");

//]]>
</script>
Expand Down

0 comments on commit f3adcce

Please sign in to comment.