diff --git a/docs/developer_guide/dg_intro.md b/docs/developer_guide/dg_intro.md index e3c1c73..e6e12ee 100644 --- a/docs/developer_guide/dg_intro.md +++ b/docs/developer_guide/dg_intro.md @@ -4,6 +4,6 @@ sidebar_position: 1 # Introduction to the DTT backend API -DTT was conceived to have a separate frontend and backend from the beginning. This enables us to make the test suites accessible through API calls and not just through the DTT frontend, opening up additional possibilities embed and leverage those testing capabilities. +DTT was conceived to have a separate frontend and backend from the beginning. This enables us to make the test suites accessible through API calls and not just through the DTT frontend, opening up additional possibilities to embed and leverage those testing capabilities. The DTT API server public swagger access is here: [https://api.dtt.dtlab-labcn.app](https://api.dtt.dtlab-labcn.app)