File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ let currentCameraIndex = 0;
5656const switchCameraButton = document . getElementById ( "switchCamera" ) ;
5757let emailObject ;
5858
59- console . log ( non_picture_section )
59+ console . log ( switchCameraButton )
6060
6161wantToTakeAPicture . addEventListener ( "click" , ( ) => {
6262 removeElements ( [ pictureSectionHeadline , wantToTakeAPicture ] ) ;
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ app.post("/email", emailController.processEmail);
1616app . post ( "/email_picture_section" , emailPictureSectionController . processEmail )
1717
1818app . use ( express . static ( path . join ( __dirname , "public" ) ) ) ;
19- const port = process . env . PORT || 3000 ;
19+ const port = process . env . PORT || 3001 ;
2020app . listen ( port , ( ) => {
2121 console . log ( `Server running on port ${ port } ` ) ;
2222} ) ;
You can’t perform that action at this time.
0 commit comments