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

adds ability to automatically prepend forward slash #591

Merged
merged 1 commit into from
Feb 25, 2019
Merged

Conversation

josephmancuso
Copy link
Member

This adds the ability to automatically prepend the forward slash. In addition to what we write now which is:

Get('/some/url', '..')

we can now write:

Get('some/url', '...')

and get the same effect.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.01%) to 87.751% when pulling a3c1347 on 543 into 800bc2c on develop.

@josephmancuso josephmancuso merged commit dbd5e3f into develop Feb 25, 2019
@josephmancuso josephmancuso deleted the 543 branch April 1, 2019 00:49
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.

None yet

2 participants