aboutsummaryrefslogtreecommitdiffstats
path: root/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'index.js')
-rw-r--r--index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.js b/index.js
index d03a480..cd66a46 100644
--- a/index.js
+++ b/index.js
@@ -1,4 +1,5 @@
const express = require('express');
+const uuid = require('uuid');
const path = require('path');
const logger = require('./middleware/logger.js');