Added new endpoint for onboarding
This commit is contained in:
parent
98ff3e2f8b
commit
633afde224
1 changed files with 7 additions and 0 deletions
|
|
@ -1140,6 +1140,13 @@ async def create_app():
|
|||
),
|
||||
methods=["POST"],
|
||||
),
|
||||
Route(
|
||||
"/onboarding/state",
|
||||
require_auth(services["session_manager"])(
|
||||
settings.update_onboarding_state
|
||||
),
|
||||
methods=["POST"],
|
||||
),
|
||||
# Provider health check endpoint
|
||||
Route(
|
||||
"/provider/health",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue