This commit is contained in:
wayanrivan
2026-04-28 13:54:18 +07:00
parent 4c0daf1fb0
commit 54aaab6c8b

View File

@ -360,7 +360,7 @@ export class FosterCareHistoryController {
static async restore(req: Request, res: Response, next: NextFunction): Promise<Response> { static async restore(req: Request, res: Response, next: NextFunction): Promise<Response> {
/* /*
#swagger.tags = ['Foster Care History''] #swagger.tags = ['Foster Care History']
#swagger.security = [{ #swagger.security = [{
"bearerAuth": [] "bearerAuth": []
}] }]