Skip to content

Unify express.static directory. #491

@haeungun

Description

@haeungun

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions