Skip to content
Snippets Groups Projects
Commit 00f7eabd authored by Julieta Dubra Raimunde's avatar Julieta Dubra Raimunde
Browse files

Merge branch 'develop' of https://gitlab.fing.edu.uy/julieta.dubra/repp_backend into develop

# Conflicts:
#	.eslintrc.json
#	package-lock.json
#	package.json
#	src/Controllers/ExcelController.ts
#	src/Services/ExcelPaserService.ts
#	src/index.ts
#	src/routes.ts
parents 28935c31 f23b4a73
No related branches found
No related tags found
No related merge requests found
Pipeline #15420 passed
import * as XLSX from 'xlsx';
const parseExcel = (excelFile: string) => {
const parseExcel = (excelFile) => {
XLSX.readFile(excelFile);
};
......
......@@ -29,7 +29,3 @@ app.use(require('./routes.ts'));
app.listen(PORT, (): void => {
console.log(`REPP Backend running here 👉 https://localhost:${PORT}`);
});
function q() {
return NaN;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment