Skip to content

Commit

Permalink
Prettified Code!
Browse files Browse the repository at this point in the history
  • Loading branch information
SurajPratap10 authored and actions-user committed Oct 16, 2024
1 parent ba85907 commit 7197d4c
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 @@ -105,7 +105,7 @@ app.use(express.static(path.join(__dirname, "public")));

app.use("/openai", require("./routes/openaiRoutes"));
app.use("/auth", require("./routes/auth.js"));
app.use("/send-feedback",require("./routes/feedback.js"));
app.use("/send-feedback", require("./routes/feedback.js"));
app.use(viewRoutes);

app.listen(process.env.PORT, () =>
Expand Down

0 comments on commit 7197d4c

Please sign in to comment.