update: 0.1.1-1

This commit is contained in:
2024-03-18 20:53:13 +08:00
parent b1558bd9fa
commit f199ef7f33
3 changed files with 1902 additions and 1792 deletions

View File

@ -35,6 +35,7 @@ export class handler<RequestCustomType, ResponseCustomType> {
responseMessage = thisResponse;
}
}
return responseMessage;
}
}
}