Update card titles and descriptions on portal landing page

This commit is contained in:
2026-05-25 21:00:00 +09:00
parent 98ac452e7d
commit 8eb1bcb12e
+4 -4
View File
@@ -157,14 +157,14 @@ async def home(request: Request) -> HTMLResponse:
menu_items = [ menu_items = [
{ {
"title": "CS 발주 업무", "title": "CS, 발주, 반품, 코드관리",
"description": "CS 발주 업무 페이지로 이동", "description": "CS, 발주, 반품, 코드관리 페이지로 이동",
"url": env("CS_ORDER_URL", "/corm/"), "url": env("CS_ORDER_URL", "/corm/"),
"health_url": "/corm/health/db", "health_url": "/corm/health/db",
}, },
{ {
"title": "고객 주문리스트 프로그램", "title": "고객 주문 데이터베이스",
"description": "고객 주문리스트 프로그램으로 이동", "description": "고객 주문 데이터베이스 페이지로 이동",
"url": env("CUSTOMER_ORDER_LIST_URL", "/orderlist/"), "url": env("CUSTOMER_ORDER_LIST_URL", "/orderlist/"),
"health_url": "/orderlist/health/db", "health_url": "/orderlist/health/db",
}, },