Add extension

This commit is contained in:
2023-06-18 20:32:31 +03:00
parent 210fd3f90e
commit d79a82022b
3 changed files with 2 additions and 13 deletions

2
.gitignore vendored
View File

@@ -1,4 +1,4 @@
backend/names.json
backend/names.js
.DS_Store
node_modules

View File

@@ -8,7 +8,7 @@ import { createNanoEvents } from 'nanoevents';
import "dotenv/config";
import names from './names'
import names from './names.js'
const app = express();

View File

@@ -1,11 +0,0 @@
export default [
"Толя Копыл",
"Дмитрий Самойлов",
"Илья Усачев",
"Степан Якимушкин",
"Ваня Гребнев",
"Алексей Петров",
"Алексей Иванов",
"Глеб Гейнке",
"Иван Чех"
]