Skip to content

Allows for /api/dishes need more regex #4

@kambleaa007

Description

@kambleaa007

we get resp without having token in it,

http://localhost:3000/api/feedback

works fine without token in it,

server.use(/^(?!/auth).*$/ ); here ,Sucks,

good thing is,
http://localhost:3000/ap works expected,
as i did exposed my api, using
server.use('/api',router);
so its always accesible

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions