Skip to content
This repository was archived by the owner on Aug 30, 2021. It is now read-only.
This repository was archived by the owner on Aug 30, 2021. It is now read-only.

Serving images from 'public/images' folder does not work #109

@onemenny

Description

@onemenny

Serving images from 'public/images' folder does not work.
only after changing express.js to

    // Setting the app router and static folder
    app.use(express.static(path.resolve('./public')));
    app.use('/public', express.static(path.resolve('./public'))); //<--new line added

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions