Skip to content

Commit 2020e3f

Browse files
authored
Update README.md
1 parent 2b16b51 commit 2020e3f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1319,8 +1319,9 @@ These can be used to measure the time (in microseconds) to connect and read data
13191319
## Custom controller
13201320

13211321
You can add your own custom REST API endpoints by writing your own custom controller class.
1322-
The class must provide a constructor that accepts five parameters. These parameters will allow you to register
1323-
custom endpoints to the existing router and with a callback that implements your own logic.
1322+
The class must provide a constructor that accepts five parameters. With these parameters you can register
1323+
your own endpoint to the existing router. This endpoint may use the database and/or the reflection class
1324+
of the database.
13241325

13251326
Here is an example of a custom controller class:
13261327

0 commit comments

Comments
 (0)