Skip to content

panic: wildcard route conflicts with existing children #205

@carr123

Description

@carr123
router.GET("/api/test/basic_data_set_link", control.GetBasicDataSetLink())
router.GET("/api/:user_id/requestedgroups", control.GetRequestedGroups()) 

the above two lines conflict, and cause panic.
but it seems no problem. so, what's wrong with my code ??
thanks.

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