Skip to content

Not sticking to RESTful HTTP verbs #12

@Prabeg29

Description

@Prabeg29

Please refer to https://restfulapi.net/rest-api-design-tutorial-with-example/ and use proper resource URIs and HTTP verbs.

Route::post('delete-user/{id}', 'deleteUser');

Please look for context when these HTTP verbs are to be used

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