pull/20/head
士子☀️ 2 years ago
parent d73f7a1247
commit 3f651f0ddc

@ -2,3 +2,5 @@ APP_NAME=media-downloader
APP_ID=mediago.ziying.site
APP_COPYRIGHT=caorushizi
APP_VERSION=2.0.0-beta.4
SERVER_PORT=8433

@ -36,7 +36,7 @@ export default class WebServiceImpl implements WebService {
this.app.use(this.router.routes());
this.app.use(this.router.allowedMethods());
this.app.listen(3000);
this.app.listen(process.env.SERVER_PORT);
}
private home = (ctx: Context) => {

Loading…
Cancel
Save