mirror of
https://github.com/Terncode/pixel.horse.git
synced 2026-09-24 21:55:52 +02:00
Fix address on index
This commit is contained in:
@@ -118,6 +118,8 @@ export function createIndex(assetsPath: string, adminAssetsPath: string) {
|
||||
script,
|
||||
scriptES,
|
||||
oauthProviders,
|
||||
port: 8091,
|
||||
address: config.local.split(':')[0],
|
||||
facebookAppId: config.facebookAppId,
|
||||
isPublic: isPublic ? 'true' : undefined,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user