prácticamente lista

This commit is contained in:
Lemuel Marquez
2020-12-29 00:12:32 -06:00
parent 16bc5a4899
commit 1ce52851bc
6 changed files with 109 additions and 24 deletions
+2
View File
@@ -15,6 +15,8 @@ app.use(
app.use(bodyParser.json());
app.use(express.static('csv'));
app.get('/', (req, res) => res.send('API IRIS'));
app.use(require('./routes/index'));