Skip to content

Commit

Permalink
typo 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian-Kwong committed May 27, 2024
1 parent ab0077c commit 4cc2cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backend/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const app = express();
const router = express.Router();
// Add json middleware
app.use(express.json({limit: "50mb"}));
const PORT=document.env.PORT;
const PORT=process.env.PORT;

addRoutes(app);
addAuthRoutes(router);
Expand Down

0 comments on commit 4cc2cea

Please sign in to comment.