Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
Merge branch 'main' of https://github.com/Genez-io/fuse
  • Loading branch information
radu1122 committed Aug 13, 2023
2 parents d1dcd82 + 4076421 commit e6595e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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!x");
res.send("Hello World!xa");
});


Expand All @@ -64,4 +64,4 @@ http.createServer(app).listen(PORT, function () {
});


app.enable("trust proxy");
app.enable("trust proxy");

0 comments on commit e6595e0

Please sign in to comment.