diff --git a/catalog-info.yaml b/catalog-info.yaml index bccf671..22aeb70 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -3,7 +3,7 @@ kind: Component metadata: name: "my-demo-app" annotations: - github.com/project-slug: /my-demo-app + github.com/project-slug: KeeganJustis/backstage spec: type: service owner: user:default/guest diff --git a/src/index.js b/src/index.js index cad476f..6ce1b13 100644 --- a/src/index.js +++ b/src/index.js @@ -8,5 +8,5 @@ app.get("/", (req, res) => { const port = process.env.PORT ?? 4000; app.listen(port, () => { - console.log(`Example app listening on port ${port}`); + console.log(`this 123 Example app listening on port ${port}`); });