We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently there is a hack where if a forward slash is needed at the end of a URL, you can specify the snippet at the end of the lower-most directory:
#fs
Such as:
pets#fs
Which will change:
http://.../pets
to:
http://.../pets/
Here is the magic line of code that performs this action:
specd/src/specd/model.py
Line 113 in 1e05a58
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently there is a hack where if a forward slash is needed at the end of a URL, you can specify the snippet at the end of the lower-most directory:
Such as:
Which will change:
to:
Here is the magic line of code that performs this action:
specd/src/specd/model.py
Line 113 in 1e05a58
The text was updated successfully, but these errors were encountered: