Varios archivos de backend agregados.

This commit is contained in:
alfredojl
2020-09-16 18:03:09 -05:00
parent 22ac369b47
commit 4701ee1a88
17 changed files with 301 additions and 23 deletions
@@ -0,0 +1,11 @@
const get = require('./get');
const post = require('./post');
const put = require('./put');
module.exports = {
get,
post,
put
};