Fix ddoc parameter string.
Build and Deploy API / build-and-deploy (push) Successful in 1m37s
Details
Build and Deploy API / build-and-deploy (push) Successful in 1m37s
Details
This commit is contained in:
parent
ddfd32c777
commit
7f76d5fa4c
|
|
@ -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) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue