Skip to content

Commit

Permalink
Merge branch 'main' into addNotebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
mnkiefer authored Aug 17, 2023
2 parents 5e6cb06 + 2c42584 commit f2e226c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const redirectLinks: Record<string, string> = {}

const latestVersions = {
java_services: '2.1.0',
java_cds4j: '2.1.0'
java_cds4j: '2.1.1'
}

const localSearchOptions = {
Expand Down
2 changes: 1 addition & 1 deletion node.js/core-services.md
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ class BooksService extends cds.ApplicationService {

- **`.on`** handlers actually fulfill requests, e.g. by reading/writing data from/to databases
- **`.before`** handlers run before the `.on` handlers, frequently for validating inbound data
- **`.after`** handlers run before the `.on` handlers, frequently to enrich outbound data
- **`.after`** handlers run after the `.on` handlers, frequently to enrich outbound data

**Argument `event`** can be one of:

Expand Down

0 comments on commit f2e226c

Please sign in to comment.