upload freecad file to web
This commit is contained in:
parent
dde3bde235
commit
18f2dbb240
17 changed files with 704 additions and 202 deletions
|
@ -50,7 +50,6 @@ export class App {
|
|||
this.app.use(express.urlencoded({ extended: true }));
|
||||
this.app.use(bodyParser.json());
|
||||
this.app.use(bodyParser.urlencoded({ extended: true }));
|
||||
console.log(dirname + '/public/')
|
||||
this.app.use(express.static(dirname + '/public/'));
|
||||
this.app.use(fileUpload({
|
||||
createParentPath: true
|
||||
|
@ -63,7 +62,6 @@ export class App {
|
|||
});
|
||||
}
|
||||
loadAppDependencies() {
|
||||
|
||||
locator(new DevEnv());
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue