diff --git a/recipes/affine/index.js b/recipes/affine/index.js index c5433a76d..eb5e2f4a8 100644 --- a/recipes/affine/index.js +++ b/recipes/affine/index.js @@ -1,6 +1,6 @@ module.exports = Ferdium => class Affine extends Ferdium { buildUrl(url) { - return `${url}/`; + return `${url}`; } };