Skip to content

Commit

Permalink
contact.js
Browse files Browse the repository at this point in the history
  • Loading branch information
chahatgarg884 authored Feb 15, 2024
1 parent 84ab930 commit 0b0e2a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contact.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ app.get("/",function(req,resp)
var dbConfig={
host:"127.0.0.1",
user:"root",
password:"cgg@65830",
password:"",
database:"portfolio"
}
var dbCon=mysql.createConnection(dbConfig);
Expand Down

0 comments on commit 0b0e2a3

Please sign in to comment.