Fixed bad p+arameter name.

main
BurnyLlama 2021-10-11 20:22:22 +02:00
parent e4270f4f3b
commit aa9b7de1f4
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ playerApi.get(
'/count',
(req, res) => {
Player.count({}).then(
count => {
playerAmount => {
res.json({
success: true,
response: playerAmount