Chore: Sprint32-36 Zwischenstand — alle Änderungen aus dieser Session committen
This commit is contained in:
parent
f4052fbb7d
commit
747c353444
20 changed files with 3115 additions and 63 deletions
|
|
@ -641,7 +641,7 @@ async def resolve_report(report_id: int, data: ResolveReport, user=Depends(get_c
|
|||
# GET /api/forum/members/map
|
||||
# ------------------------------------------------------------------
|
||||
@router.get("/members/map")
|
||||
async def members_map():
|
||||
async def members_map(user=Depends(get_current_user)):
|
||||
with db() as conn:
|
||||
rows = conn.execute(
|
||||
"""SELECT SUBSTR(name, 1, INSTR(name || ' ', ' ') - 1) AS vorname,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue