We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f641b70 commit d5c59a0Copy full SHA for d5c59a0
src/memos/api/server_api.py
@@ -13,7 +13,7 @@
13
logger = logging.getLogger(__name__)
14
15
app = FastAPI(
16
- title="MemOS Product REST APIs",
+ title="MemOS Product REST API",
17
description="A REST API for managing multiple users with MemOS Product.",
18
version="1.0.1",
19
)
0 commit comments