Skip to content

Conversion rules of rules of URL when there are multiple syllables #91

@massongit

Description

@massongit

In the following View, the rules of the URL will be /foobar/.

import flask_classy

class FooBarView(flask_classy.FlaskView):
    def post(self):
        pass

However, I think that it is more intuitive to become /foo_bar/.

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