✨
This commit is contained in:
parent
09cd610524
commit
e52885bfe4
20 changed files with 29 additions and 30 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import * as express from 'express';
|
||||
import * as request from 'request';
|
||||
const xml2json = require('xml2json');
|
||||
import xml2json = require('xml2json');
|
||||
|
||||
module.exports = (req: express.Request, res: express.Response) => {
|
||||
const url: string = req.body.url;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue