From 0ed96120c072b18b819350df993d45825b9d6827 Mon Sep 17 00:00:00 2001 From: Christian Georgi Date: Mon, 15 Jan 2024 16:07:07 +0100 Subject: [PATCH] Cosmetics --- node.js/cds-serve.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/node.js/cds-serve.md b/node.js/cds-serve.md index 9ea5517c3..67e3a38bb 100644 --- a/node.js/cds-serve.md +++ b/node.js/cds-serve.md @@ -86,14 +86,14 @@ app.listen() This uses these defaults for all options: -| Option | Description | Default | -| ------ | ----------- | ------- | -| cds.serve ... | which services to construct | `'all'` services -| .from | models to load definitions from | `'./srv'` folder -| .in | express app to mount to | — none — -| .to | client protocol to serve to | `'fiori'` -| .at | endpoint path to serve at | [`@path`](#path) or `.name` -| .with | implementation function | `@impl` or `._source`.js +| Option | Description | Default | +|----------------------|---------------------------------|-----------------------------| +| cds.serve ... | which services to construct | `'all'` services | +| .from | models to load definitions from | `'./srv'` folder | +| .in | express app to mount to | — none — | +| .to | client protocol to serve to | `'fiori'` | +| .at | endpoint path to serve at | [`@path`](#path) or `.name` | +| .with | implementation function | `@impl` or `._source`.js | Alternatively you can construct services individually, also from other models, and also mount them yourself, as document in the subsequent sections on individual fluent API options.