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 399e200 commit 1d4f3d1Copy full SHA for 1d4f3d1
src/memos/api/server_api.py
@@ -13,7 +13,7 @@
13
logger = logging.getLogger(__name__)
14
15
app = FastAPI(
16
- title="MemOS Product REST API",
+ title="MemOS Product REST APIs",
17
description="A REST API for managing multiple users with MemOS Product.",
18
version="1.0.1",
19
)
0 commit comments