Large part of frontend implemented (MP); linked to Desktop, gotta link to WasmJs

This commit is contained in:
2025-04-27 16:09:30 +02:00
parent 5ef73080fa
commit 67577a9197
54 changed files with 1855 additions and 45 deletions

View File

@ -130,4 +130,14 @@ Gets the details for a single, specific intrinsic. The following data is returne
}
]
}
```
```
### `GET /version`
Gets version information for the data. The following data is returned:
```json
{
"intelVersion": "M.m.p (Major.minor.patch version as reported by Intel)",
"intelUpdate": "yyyy-MM-dd (date of Intel's last update prior to scraping)",
"scrapeDate": "yyyy-MM-dd (date of last update)"
}
```

View File

@ -8,7 +8,7 @@
<logger name="io.netty" level="warn" />
<logger name="ch.qos.logback" level="warn" />
<root level="trace">
<root level="warn">
<appender-ref ref="APPENDER"/>
</root>
</configuration>
</configuration>