chore: initial memo service definition (#2077)

* chore: initial memo service definition

* chore: update

* chore: update

* chore: update
This commit is contained in:
boojack
2023-08-05 09:32:52 +08:00
committed by GitHub
parent 7c5296cf35
commit 57dd1fc49f
14 changed files with 1483 additions and 402 deletions

View File

@@ -42,7 +42,6 @@ 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")