Skip to content

how can i use two paths? #330

@JKwang00

Description

@JKwang00

.on('/threads/create', match => {
console.log('create');
})
.on('/threads/:id', match => {
console.log('view);
})
.resolve();

i used two paths.

it calls /threads/:id also when i connect /threds/create.

console -------
create
view

what can i do??

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