remove bad example image, sort examples to back, fix started fix

This commit is contained in:
Zutatensuppe 2020-12-07 13:00:58 +01:00
parent 11907c1452
commit 800ca0cc54
3 changed files with 5 additions and 5 deletions

View file

@ -11,14 +11,14 @@ import twing from 'twing'
import bodyParser from 'body-parser'
const allImages = () => [
...fs.readdirSync('./../game/example-images/').map(f => ({
file: `./../game/example-images/${f}`,
url: `/example-images/${f}`,
})),
...fs.readdirSync('./../data/uploads/').map(f => ({
file: `./../data/uploads/${f}`,
url: `/uploads/${f}`,
})),
...fs.readdirSync('./../game/example-images/').map(f => ({
file: `./../game/example-images/${f}`,
url: `/example-images/${f}`,
})),
]
const port = config.http.port