feat: Allow option publicServerURL to be set dynamically as asynchronous function (#9803)
This commit is contained in:
@@ -213,6 +213,7 @@ export async function handleParseHeaders(req, res, next) {
|
||||
});
|
||||
return;
|
||||
}
|
||||
await config.loadKeys();
|
||||
|
||||
info.app = AppCache.get(info.appId);
|
||||
req.config = config;
|
||||
|
||||
Reference in New Issue
Block a user