|
this.app.use(express.static(path.join(__dirname, '../../client'))); |
|
this.app.use(express.static(path.join(__dirname, '../../client'))); |
In applictation.ts, there are two codes which adding static files information to server.
Unfortunately, this two actual directories are not same. We should unify it or do something for maintenance.
absolute/server/base/application.ts
Line 25 in 0bbafb5
absolute/server/base/application.ts
Line 31 in 0bbafb5
In applictation.ts, there are two codes which adding static files information to server.
Unfortunately, this two actual directories are not same. We should unify it or do something for maintenance.