allow extra parameters to be passed to apidocs container
This commit is contained in:
8
dockerfiles/tasks/apidocjs/test/app/docs.php
Normal file
8
dockerfiles/tasks/apidocjs/test/app/docs.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @api {get} /test
|
||||
* @apiName Test endpoint
|
||||
*
|
||||
* @return int
|
||||
*/
|
||||
Reference in New Issue
Block a user