MCPcopy Create free account
hub / github.com/0010aor/FlashNotes / register_user

Route register_user

backend/src/users/api.py:None–None  ·  view source on GitHub ↗
router.post("", response_model=UserPublic)

Source from the content-addressed store, hash-verified

1from typing import Any
2
3from fastapi import APIRouter, HTTPException
4

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected