Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
chatbot-canifa-feedback
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Vũ Hoàng Anh
chatbot-canifa-feedback
Commits
2b624706
Commit
2b624706
authored
Apr 24, 2026
by
Vũ Hoàng Anh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: register n8n_desc_router in server.py
parent
2fe68ad3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
server.py
backend/server.py
+2
-0
No files found.
backend/server.py
View file @
2b624706
...
...
@@ -36,6 +36,7 @@ from api.roadmap.roadmap_flow_route import router as roadmap_flow_router
from
api.experiment_log.experiment_log_route
import
router
as
experiment_log_router
from
api.common.auth_route
import
router
as
auth_router
from
api.product_desc.product_desc_route
import
router
as
product_desc_router
from
api.product_desc.n8n_desc
import
router
as
n8n_desc_router
from
api.fashion_matches.router
import
router
as
fashion_matches_router
from
api.fashion_matches.simulator
import
router
as
fashion_matches_simulator_router
from
api.product_desc.bulk_ops_route
import
router
as
bulk_ops_router
...
...
@@ -199,6 +200,7 @@ app.include_router(roadmap_flow_router) # Roadmap & Flow
app
.
include_router
(
experiment_log_router
)
# Experiment Log
app
.
include_router
(
auth_router
)
# Auth (login/me/logout)
app
.
include_router
(
product_desc_router
)
# Ultra Description Manager
app
.
include_router
(
n8n_desc_router
)
# n8n Ultra Description API
app
.
include_router
(
fashion_matches_router
)
# Fashion Matches (AI Stylist Engine)
app
.
include_router
(
fashion_matches_simulator_router
)
# Realtime Fashion Simulator
app
.
include_router
(
bulk_ops_router
)
# Bulk Search & Edit
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment