aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/pleroma/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/pleroma/index.js')
-rw-r--r--recipes/pleroma/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/pleroma/index.js b/recipes/pleroma/index.js
index 06a6e2d..67a0e19 100644
--- a/recipes/pleroma/index.js
+++ b/recipes/pleroma/index.js
@@ -1,4 +1,4 @@
1module.exports = Ferdi => class Pleroma extends Ferdi { 1module.exports = Ferdium => class Pleroma extends Ferdium {
2 async validateUrl(url) { 2 async validateUrl(url) {
3 try { 3 try {
4 const resp = await window.fetch(`${url}/api/v1/instance`, { 4 const resp = await window.fetch(`${url}/api/v1/instance`, {