We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81f67ee commit a38dca2Copy full SHA for a38dca2
resources/PluginIndex.html
@@ -198,7 +198,7 @@
198
function getPlugins() {
199
$.ajax({
200
type: "GET",
201
- url: "http://sleepy-wave-2826.herokuapp.com/plugins",
+ url: "http://pluginsearch.pocketmine.net/plugins",
202
contentType: "application/json; charset=utf-8",
203
dataType: "json",
204
data: "",
@@ -227,7 +227,7 @@
227
minLength: 0,
228
source: function(request, response) {
229
230
- url: "http://sleepy-wave-2826.herokuapp.com/autocomplete?q=" + request.term,
+ url: "http://pluginsearch.pocketmine.net/autocomplete?q=" + request.term,
231
232
dataType: "JSON",
233
success: function(data) {
0 commit comments