Skip to content

Commit

Permalink
Updating with personal host
Browse files Browse the repository at this point in the history
  • Loading branch information
vipintm committed Aug 4, 2021
1 parent aafa3c3 commit e6ddc97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/unmark/base.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var unmark = (unmark === undefined) ? {} : unmark;
unmark.host = 'https://unmark.it';
unmark.host = 'https://bookmark.thekkedam.org/';
unmark.paths = {
'add' : '/mark/add',
'archive' : '/mark/archive',
Expand Down Expand Up @@ -81,4 +81,4 @@ unmark.replaceSpecial = function(str)
unmark.urlEncode = function(str)
{
return encodeURIComponent(unmark.replaceSpecial(str));
};
};

0 comments on commit e6ddc97

Please sign in to comment.