feature(#134): update router name based on naming rule
Browse files- Brain/src/router/api.py +1 -1
Brain/src/router/api.py
CHANGED
|
@@ -515,7 +515,7 @@ def construct_blueprint_api() -> APIRouter:
|
|
| 515 |
|
| 516 |
"""
|
| 517 |
|
| 518 |
-
@router.post("/contacts/
|
| 519 |
def get_contacts_by_ids(data: GetContactsByIds):
|
| 520 |
try:
|
| 521 |
setting, firebase_app = firebase_admin_with_setting(data)
|
|
|
|
| 515 |
|
| 516 |
"""
|
| 517 |
|
| 518 |
+
@router.post("/contacts/get_by_ids")
|
| 519 |
def get_contacts_by_ids(data: GetContactsByIds):
|
| 520 |
try:
|
| 521 |
setting, firebase_app = firebase_admin_with_setting(data)
|