mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
feat: implement memos chat backend function (#1934)
* feat: implment backend function * eslint * eslint * eslint
This commit is contained in:
@ -43,6 +43,7 @@ func (s *APIV1Service) Register(rootGroup *echo.Group) {
|
||||
s.registerMemoOrganizerRoutes(apiV1Group)
|
||||
s.registerMemoResourceRoutes(apiV1Group)
|
||||
s.registerMemoRelationRoutes(apiV1Group)
|
||||
s.registerOpenAIRoutes(apiV1Group)
|
||||
|
||||
// Register public routes.
|
||||
publicGroup := rootGroup.Group("/o")
|
||||
|
Reference in New Issue
Block a user