Improved ApplicationAvailabilityFunctionalTest

This commit is contained in:
Jan Böhmer 2022-11-27 16:35:44 +01:00
parent 51d3934e9f
commit cd9a303644
2 changed files with 19 additions and 1 deletions

View file

@ -33,6 +33,8 @@ use Symfony\Contracts\Translation\TranslatorInterface;
/**
* @Route("/select_api")
*
* This endpoint is used by the select2 library to dynamically load data (used in the multiselect action helper in parts lists)
*/
class SelectAPIController extends AbstractController
{