fix(basic.gbapp): AS IMAGE testing.
This commit is contained in:
parent
8e1289adb9
commit
ba8cb1e4e1
1 changed files with 1 additions and 1 deletions
|
@ -286,7 +286,7 @@ export class GBSSR {
|
||||||
const minBoot = GBServer.globals.minBoot;
|
const minBoot = GBServer.globals.minBoot;
|
||||||
|
|
||||||
let onlyChars:any = /\/([A-Za-z0-9\-\_]+)\/*/.exec(req.originalUrl);
|
let onlyChars:any = /\/([A-Za-z0-9\-\_]+)\/*/.exec(req.originalUrl);
|
||||||
onlyChars = onlyChars? onlyChars[1]: null;
|
onlyChars = onlyChars? onlyChars[1]: minBoot.botId;
|
||||||
|
|
||||||
let botId =
|
let botId =
|
||||||
req.originalUrl && req.originalUrl === '/' ?
|
req.originalUrl && req.originalUrl === '/' ?
|
||||||
|
|
Loading…
Add table
Reference in a new issue