aboutsummaryrefslogtreecommitdiff
path: root/src/api/structures/Server.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/structures/Server.js')
-rw-r--r--src/api/structures/Server.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/api/structures/Server.js b/src/api/structures/Server.js
index cf2a781..865419d 100644
--- a/src/api/structures/Server.js
+++ b/src/api/structures/Server.js
@@ -92,6 +92,7 @@ class Server {
start() {
jetpack.dir('uploads/chunks');
jetpack.dir('uploads/thumbs/square');
+ jetpack.dir('uploads/thumbs/preview');
this.registerAllTheRoutes();
this.serveNuxt();
const server = this.server.listen(this.port, () => {