Skip to content

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

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/.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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