mirror of
https://github.com/go-gitea/gitea
synced 2025-07-05 10:07:22 +00:00
Update TypeScript types (#33799)
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
@ -14,7 +14,7 @@ window.addEventListener('load', async () => {
|
||||
return 0;
|
||||
});
|
||||
|
||||
const ui = SwaggerUI({
|
||||
SwaggerUI({
|
||||
spec,
|
||||
dom_id: '#swagger-ui',
|
||||
deepLinking: true,
|
||||
@ -27,6 +27,4 @@ window.addEventListener('load', async () => {
|
||||
SwaggerUI.plugins.DownloadUrl,
|
||||
],
|
||||
});
|
||||
|
||||
window.ui = ui;
|
||||
});
|
||||
|
Reference in New Issue
Block a user