Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ukeskin committed Sep 29, 2024
1 parent 9ed6900 commit 83a02f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ _Caption: voting screen_
- Express.js
- WebSocket (ws)
- SQLite3
- JWT
- Sequelize
- UUID

## Getting Started
Expand Down
1 change: 0 additions & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ const express = require("express");
const http = require("http");
const WebSocket = require("ws");
const path = require("path");
const { v4: uuidv4 } = require("uuid");
const db = require("./db");
const roomService = require("./services/roomService");
const voteService = require("./services/voteService");
Expand Down

0 comments on commit 83a02f2

Please sign in to comment.