mirror of
https://github.com/OutlineFoundation/outline-server.git
synced 2026-08-04 14:37:34 +00:00
Return the port for new access keys from GET /server. (#552)
This was accidentally removed in #537.
This commit is contained in:
parent
d59e83cd7e
commit
9400cb1fc6
1 changed files with 1 additions and 0 deletions
|
|
@ -142,6 +142,7 @@ export class ShadowsocksManagerService {
|
|||
metricsEnabled: this.serverConfig.data().metricsEnabled || false,
|
||||
createdTimestampMs: this.serverConfig.data().createdTimestampMs,
|
||||
version,
|
||||
portForNewAccessKeys: this.serverConfig.data().portForNewAccessKeys,
|
||||
accessKeyDataLimit: this.serverConfig.data().accessKeyDataLimit
|
||||
});
|
||||
next();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue