Skip to content

Commit

Permalink
comment out db connection
Browse files Browse the repository at this point in the history
  • Loading branch information
LongmetalAdmin committed Feb 8, 2024
1 parent 537b160 commit 5f5e7ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ <h2>Teams</h2>

<!-- CHATGPT CODE FOR CONNECTING TO MYSQL SERVER-->

<script>
<!-- <script>
const express = require('express');
const bodyParser = require('body-parser');
const mysql = require('mysql');
Expand Down Expand Up @@ -92,6 +92,6 @@ <h2>Teams</h2>
app.listen(port, () => {
console.log(`Server is listening on port ${port}`);
});
</script>
</script> -->

</html>

0 comments on commit 5f5e7ab

Please sign in to comment.