Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Hellol77 committed Jul 27, 2024
1 parent dcfbc87 commit 09a4109
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import { v4 as uuidv4 } from "uuid";
dotenv.config();

const port = process.env.PORT || 3000;

const app = express();
const server = createServer(app);

Expand Down

0 comments on commit 09a4109

Please sign in to comment.