Skip to content

Commit 617d5b4

Browse files
committed
excluded storage controller from OPENAPI docs
1 parent fbe98d5 commit 617d5b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ellar_storage/controller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from ellar_storage.services import StorageService
1010

1111

12-
@ecm.Controller(name="storage")
12+
@ecm.Controller(name="storage", include_in_schema=False)
1313
class StorageController:
1414
def __init__(self, storage_service: StorageService):
1515
self._storage_service = storage_service

0 commit comments

Comments
 (0)