mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 03:19:46 +00:00
server.ts: Conf.localPort -> Conf.port
This commit is contained in:
parent
58b034e169
commit
953295c534
1 changed files with 1 additions and 1 deletions
|
|
@ -3,4 +3,4 @@ import '@/sentry.ts';
|
|||
import app from '@/app.ts';
|
||||
import { Conf } from '@/config.ts';
|
||||
|
||||
Deno.serve({ port: Conf.localPort }, app.fetch);
|
||||
Deno.serve({ port: Conf.port }, app.fetch);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue