Skip to content

Commit

Permalink
added README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkirathe committed Sep 4, 2024
1 parent b389520 commit 6506ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netlify/functions/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ const api = express();

const router = Router();

api.use(express.json());
// api.use(express.json());
api.use(morgan('combined', {
stream: {
write: (message) => {
Expand Down

0 comments on commit 6506ba9

Please sign in to comment.