aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/firefly/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/firefly/index.js')
-rw-r--r--recipes/firefly/index.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes/firefly/index.js b/recipes/firefly/index.js
new file mode 100644
index 0000000..c57c20b
--- /dev/null
+++ b/recipes/firefly/index.js
@@ -0,0 +1,6 @@
1module.exports = Ferdium =>
2 class Firefly extends Ferdium {
3 buildUrl(url) {
4 return `${url}/`;
5 }
6 };