Skip to content

Get requests in Swagger returns 404 #4

Description

@Wiaz24

Hi,

Found bug in PackingListsController.cs:

[HttpGet("{id:guid}")]

returns 404 every time because of lowercase id, so you can change it to:

[HttpGet("{Id:guid}")]

That fix Swagger response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions