From 75616ba68e958454022a06cb678a181c90f2df3b Mon Sep 17 00:00:00 2001
From: Andrey Azov <andrey.azov@gmail.com>
Date: Sun, 12 Apr 2020 22:31:35 +0100
Subject: [PATCH] Add forgotten export to api/example.js

---
 api/example.js | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/api/example.js b/api/example.js
index 9c5c66c..775883e 100644
--- a/api/example.js
+++ b/api/example.js
@@ -41,3 +41,5 @@ const getOne = async (req, res) => {
     })
   }
 };
+
+module.exports = getOne;
-- 
GitLab