docs: add API endpoints documentation and perform minor cleanup in model and service modules

main
Cizz22 2 months ago
parent 9bdfaa67c8
commit a159277e38

@ -99,6 +99,7 @@ async def call_callback_ahm(params):
await call_ahm_callback_service(sim_id, job_id)
return True
except Exception as e:
activity.logger.error(f"Callback to AHM failed: {str(e)}")
raise e

Loading…
Cancel
Save