kanno927 commited on
Commit
4b10639
·
1 Parent(s): f89223f

feature(#134): update router name based on naming rule

Browse files
Files changed (1) hide show
  1. 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/get_contacts_by_ids")
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)