Skip to content

Commit

Permalink
revert test ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
Radu Dumitrescu committed Aug 13, 2023
1 parent e6595e0 commit 6230c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core-deployment/src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ app.use(bodyParser.json());
app.use("/api/v1/deploy", deploymentRoute);

app.get("/", (_req, res) => {
res.send("Hello World!xa");
res.send("Hello World");
});


Expand Down

0 comments on commit 6230c0d

Please sign in to comment.