Skip to content
Snippets Groups Projects
Commit 54a9446a authored by Anastasia Kryukova's avatar Anastasia Kryukova
Browse files

containers URIs end with a slash

parent bda60960
No related branches found
No related tags found
No related merge requests found
Pipeline #18435 passed with stage
in 37 seconds
......@@ -14,7 +14,7 @@ and displays a form for editing the resource.
.. code:: html
<solid-form data-src="http://example.com/resource/123"></solid-form>
<solid-form data-src="http://example.com/resource/123/"></solid-form>
Creating a Resource
-------------------
......@@ -24,7 +24,7 @@ a form for creating a new resource and adding it to the container.
.. code:: html
<solid-form data-src="http://example.com/container"></solid-form>
<solid-form data-src="http://example.com/container/"></solid-form>
Mixins
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment