From 7231c7517309334d71f2ac635a103f53a5e76f23 Mon Sep 17 00:00:00 2001 From: martov1 Date: Thu, 20 Oct 2016 06:15:15 -0300 Subject: [PATCH] fixed route --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 46cf9e7..a1f6908 100644 --- a/index.js +++ b/index.js @@ -1,3 +1,3 @@ //this file is to export the module - module.exports = require("justgage.js"); + module.exports = require("./justgage.js");