Skip to content

Commit

Permalink
Merge pull request #67 from jphacks:hotfix/analyzer_api
Browse files Browse the repository at this point in the history
re delete /api
  • Loading branch information
motty-mio2 authored Nov 18, 2023
2 parents 1197165 + a8a16a0 commit b7b02a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kb_2315/backend/api/endpoints/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
def create_session(device_id: int) -> schema_session.create_session:
session_id: UUID = crud_session.add_session(device_id=device_id)

notify.line.send_message(message=f"乾燥を開始しました\n{conf.host_url}/api/analyze/?session_id={session_id}\n\n靴を選んでください")
notify.line.send_message(message=f"乾燥を開始しました\n{conf.host_url}/analyze/?session_id={session_id}\n\n靴を選んでください")
notify.line.shoe_select_carousel(session_id=session_id)

return schema_session.create_session(session_id=session_id)

0 comments on commit b7b02a6

Please sign in to comment.