Skip to content

Commit a38dca2

Browse files
committed
Updated plugin location
1 parent 81f67ee commit a38dca2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/PluginIndex.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@
198198
function getPlugins() {
199199
$.ajax({
200200
type: "GET",
201-
url: "http://sleepy-wave-2826.herokuapp.com/plugins",
201+
url: "http://pluginsearch.pocketmine.net/plugins",
202202
contentType: "application/json; charset=utf-8",
203203
dataType: "json",
204204
data: "",
@@ -227,7 +227,7 @@
227227
minLength: 0,
228228
source: function(request, response) {
229229
$.ajax({
230-
url: "http://sleepy-wave-2826.herokuapp.com/autocomplete?q=" + request.term,
230+
url: "http://pluginsearch.pocketmine.net/autocomplete?q=" + request.term,
231231
type: "GET",
232232
dataType: "JSON",
233233
success: function(data) {

0 commit comments

Comments
 (0)