mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-08-29 13:48:46 +02:00
Merge branch 'main' into reintroduction
This commit is contained in:
commit
1d84b93bfa
@ -859,8 +859,28 @@ ignore = [
|
||||
[sr_LATN_RS]
|
||||
ignore = [
|
||||
'language.direction',
|
||||
'licenses.version',
|
||||
'poweredBy',
|
||||
'lang.div',
|
||||
'lang.epo',
|
||||
'lang.hin',
|
||||
'lang.iku',
|
||||
'lang.mar',
|
||||
'lang.san',
|
||||
'lang.snd',
|
||||
'lang.tel',
|
||||
'lang.tgl',
|
||||
'lang.urd',
|
||||
'font',
|
||||
'info',
|
||||
'pro',
|
||||
'team.status',
|
||||
'endpointStatistics.top10',
|
||||
'endpointStatistics.top20',
|
||||
'endpointStatistics.top',
|
||||
'showJS.tags',
|
||||
'validateSignature.status',
|
||||
'audit.dashboard.status',
|
||||
'audit.dashboard.table.id',
|
||||
'audit.dashboard.modal.id',
|
||||
]
|
||||
|
||||
[sv_SE]
|
||||
|
@ -120,8 +120,8 @@ public class ApiDocService {
|
||||
ObjectMapper mapper = new ObjectMapper();
|
||||
apiDocsJsonRootNode = mapper.readTree(apiDocsJson);
|
||||
JsonNode paths = apiDocsJsonRootNode.path("paths");
|
||||
paths.fields()
|
||||
.forEachRemaining(
|
||||
paths.propertyStream()
|
||||
.forEach(
|
||||
entry -> {
|
||||
String path = entry.getKey();
|
||||
JsonNode pathNode = entry.getValue();
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user