Skip to content

Commit 3557121

Browse files
authored
Added hints
PR-URL: #26
1 parent df8bda1 commit 3557121

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

JavaScript/5-agnostic/README.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## Example 5 Agnostic
2+
3+
- For testing and proper operation of the code, please use a URL in the following format:
4+
5+
`http://localhost:8000/entity/method/id`
6+
7+
Where entity - entity name in the routing, method - method name in the routing, id - identifier of the record in the database.
8+
9+
- Example of URL for get user with id = 1:
10+
11+
`http://localhost:8000/user/read/1`
12+

0 commit comments

Comments
 (0)