Fix ddoc parameter string.
Build and Deploy API / build-and-deploy (push) Successful in 1m37s Details

This commit is contained in:
andrewlalis 2025-11-19 15:51:37 -05:00
parent ddfd32c777
commit 7f76d5fa4c
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ private const API_PATH = "/api";
/** /**
* Defines the Finnow API mapping with a main PathHandler. * Defines the Finnow API mapping with a main PathHandler.
* Params: * Params:
* webOrigin: The origin to use when configuring CORS headers. * webOrigin = The origin to use when configuring CORS headers.
* Returns: The handler to plug into an HttpServer. * Returns: The handler to plug into an HttpServer.
*/ */
HttpRequestHandler mapApiHandlers(string webOrigin) { HttpRequestHandler mapApiHandlers(string webOrigin) {