Deploy to production - ensure all endpoints operational
This commit is contained in:
2
api/deploy-package/donations/createDonation.d.ts
vendored
Normal file
2
api/deploy-package/donations/createDonation.d.ts
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
import { HttpRequest, HttpResponseInit, InvocationContext } from '@azure/functions';
|
||||
export declare function createDonation(request: HttpRequest, context: InvocationContext): Promise<HttpResponseInit>;
|
||||
Reference in New Issue
Block a user