fix sleet, freezing rain icons
This commit is contained in:
parent
8dfa03edcc
commit
887e0aa676
6 changed files with 16 additions and 5 deletions
3
index.js
3
index.js
|
|
@ -1,7 +1,8 @@
|
|||
// express
|
||||
const express = require('express');
|
||||
|
||||
const app = express();
|
||||
const port = 8080;
|
||||
const port = process.env.WS4KP_PORT ?? 8080;
|
||||
const path = require('path');
|
||||
|
||||
// template engine
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue