Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use flask request rule instead of literal path #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nrmitchi
Copy link

@nrmitchi nrmitchi commented Jun 1, 2018

This allows paths with parameters to be grouped appropriately. This is super important for RESTful APIs and such with id's scattered throughout the url paths.

I also removed the build directory, because:

  1. I'm not sure why it is necessary (it is all just duplicated code?)
  2. It was preventing me from properly including it with a pip git install

This allows paths with parameters to be grouped appropriately
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant