We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 14f400f + 91bd5d4 commit b4b8355Copy full SHA for b4b8355
app/views/tutorial/a4.html
@@ -58,7 +58,7 @@ <h3 class="panel-title">Source Code Example</h3>
58
<div class="panel-body">
59
<p>
60
In
61
- <code>routes/allocations.js</code>, the insecure application takes user id from url to access fetch the allocations.
+ <code>routes/allocations.js</code>, the insecure application takes user id from url to fetch the allocations.
62
<pre>
63
var userId = req.params.userId;
64
allocationsDAO.getByUserId(userId, function(error, allocations) {
@@ -78,4 +78,4 @@ <h3 class="panel-title">Source Code Example</h3>
78
79
</div>
80
81
-{% endblock %}
+{% endblock %}
0 commit comments