Skip to content

Commit

Permalink
Cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
chgeo committed Jan 15, 2024
1 parent b2da488 commit 0ed9612
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions node.js/cds-serve.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,14 +86,14 @@ app.listen()

This uses these defaults for all options:

| Option | Description | Default |
| ------ | ----------- | ------- |
| cds.serve ... | which services to construct | `'all'` services
| <i>&#8627;</i>.from | models to load definitions from | `'./srv'` folder
| <i>&#8627;</i>.in | express app to mount to | — none —
| <i>&#8627;</i>.to | client protocol to serve to | `'fiori'`
| <i>&#8627;</i>.at | endpoint path to serve at | [`@path`](#path) or `.name`
| <i>&#8627;</i>.with | implementation function | `@impl` or `._source`.js
| Option | Description | Default |
|----------------------|---------------------------------|-----------------------------|
| cds.serve ... | which services to construct | `'all'` services |
| <i>&#8627;</i> .from | models to load definitions from | `'./srv'` folder |
| <i>&#8627;</i> .in | express app to mount to | — none — |
| <i>&#8627;</i> .to | client protocol to serve to | `'fiori'` |
| <i>&#8627;</i> .at | endpoint path to serve at | [`@path`](#path) or `.name` |
| <i>&#8627;</i> .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.

Expand Down

0 comments on commit 0ed9612

Please sign in to comment.