Deploy to production - ensure all endpoints operational

This commit is contained in:
defiQUG
2025-11-12 08:17:28 -08:00
parent b421d2964c
commit f1c61c8339
171 changed files with 50830 additions and 42363 deletions

View File

@@ -0,0 +1,2 @@
import { HttpRequest, HttpResponseInit, InvocationContext } from '@azure/functions';
export declare function createDonation(request: HttpRequest, context: InvocationContext): Promise<HttpResponseInit>;