Skip to content

Commit

Permalink
Update route path to "/wavewise-backend"
Browse files Browse the repository at this point in the history
  • Loading branch information
Sowri19 committed Feb 20, 2024
1 parent ff56745 commit 1ba542c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import serverless from "serverless-http";
const app = express();
app.use(express.json());

app.get("/", (req, res) => {
app.get("/wavewise-backend", (req, res) => {
res.json({ message: "Hello from your Lambda function!" });
});

Expand Down

0 comments on commit 1ba542c

Please sign in to comment.