We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e305ea3 commit c5f659fCopy full SHA for c5f659f
1 file changed
adminforth/documentation/docs/tutorial/08-Plugins/01-agent.md
@@ -616,7 +616,7 @@ type SendEmailBody = {
616
body: string;
617
};
618
619
-export function initApi(admin: IAdminForth) {
+export function initApi(app: Express, admin: IAdminForth) {
620
admin.express.endpoint({
621
method: 'POST',
622
path: '/send_email_to_user',
0 commit comments