diff --git a/.gitignore b/.gitignore index 77f7e6e..b00a21f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -backend/names.json +backend/names.js .DS_Store node_modules diff --git a/backend/index.js b/backend/index.js index ca66733..e0cd278 100644 --- a/backend/index.js +++ b/backend/index.js @@ -8,7 +8,7 @@ import { createNanoEvents } from 'nanoevents'; import "dotenv/config"; -import names from './names' +import names from './names.js' const app = express(); diff --git a/backend/names.js b/backend/names.js deleted file mode 100644 index ba9b445..0000000 --- a/backend/names.js +++ /dev/null @@ -1,11 +0,0 @@ -export default [ - "Толя Копыл", - "Дмитрий Самойлов", - "Илья Усачев", - "Степан Якимушкин", - "Ваня Гребнев", - "Алексей Петров", - "Алексей Иванов", - "Глеб Гейнке", - "Иван Чех" -] \ No newline at end of file