feat: implement gateway service and add font extraction validation tests

This commit is contained in:
azeeee05
2026-07-23 17:02:45 +05:30
parent ffc846cf17
commit 671697d161
10 changed files with 17 additions and 16 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ if ($Port -le 0) {
if ($envPort) {
$Port = $envPort
} else {
$Port = 8000
$Port = 8765
}
}