File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -1319,8 +1319,9 @@ These can be used to measure the time (in microseconds) to connect and read data
1319
1319
## Custom controller
1320
1320
1321
1321
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.
1324
1325
1325
1326
Here is an example of a custom controller class:
1326
1327
You can’t perform that action at this time.
0 commit comments