Skip to content

Commit 12b9140

Browse files
authored
fix(notifications): users.yaml path is wrong (#1296)
FLPATH-1057 https://issues.redhat.com/browse/FLPATH-1057 Signed-off-by: Yaron Dayagi <[email protected]>
1 parent af874de commit 12b9140

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

plugins/notifications-backend/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,11 +206,9 @@ catalog:
206206
# Local example data, file locations are relative to the backend process, typically `packages/backend`
207207
- type: file
208208
# *** Here is a new change, refers to a file stored in the root of the Backstage:
209-
target: ../../users.yaml
209+
target: ../../plugins/notifications-backend/users.yaml
210210
```
211211
212-
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.
213-
214212
## REST API
215213
216214
See `src/openapi.yaml` for full OpenAPI spec.

0 commit comments

Comments
 (0)