Skip to content

Commit

Permalink
fix(notifications): users.yaml path is wrong (#1296)
Browse files Browse the repository at this point in the history
FLPATH-1057
https://issues.redhat.com/browse/FLPATH-1057

Signed-off-by: Yaron Dayagi <[email protected]>
  • Loading branch information
ydayagi authored Mar 1, 2024
1 parent af874de commit 12b9140
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions plugins/notifications-backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,11 +206,9 @@ catalog:
# Local example data, file locations are relative to the backend process, typically `packages/backend`
- type: file
# *** Here is a new change, refers to a file stored in the root of the Backstage:
target: ../../users.yaml
target: ../../plugins/notifications-backend/users.yaml
```
The example list of users is stored in the `plugins/notifications-backend/users.yaml` and can be copied to the root of the Backstage for development purposes.

## REST API
See `src/openapi.yaml` for full OpenAPI spec.
Expand Down

0 comments on commit 12b9140

Please sign in to comment.