Feature: openapi spec, full api browser (#8948)

This commit is contained in:
shamoon 2025-02-10 08:43:07 -08:00 committed by GitHub
parent c316ae369b
commit 1dc80f04cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 1048 additions and 255 deletions

View file

@ -28,4 +28,6 @@ class DocumentsConfig(AppConfig):
document_consumption_finished.connect(run_workflows_added)
document_updated.connect(run_workflows_updated)
import documents.schema # noqa: F401
AppConfig.ready(self)