feat: implement gateway service and add font extraction validation tests
This commit is contained in:
@@ -10,7 +10,7 @@ if ($Port -le 0) {
|
||||
if ($envPort) {
|
||||
$Port = $envPort
|
||||
} else {
|
||||
$Port = 8000
|
||||
$Port = 8765
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user