1
0
Fork 0
forked from sr2/cloud-api

docs: auth docstrings

Issue: #13
This commit is contained in:
Chris Milne 2026-05-28 11:10:55 +01:00
parent a86cfea65a
commit 42349b0182
9 changed files with 20 additions and 44 deletions

View file

@ -1,8 +1,8 @@
"""
Router endpoints for auth module
Contains oauth registration
Router endpoints for the auth module
Endpoints:
Exports:
- router: fastapi.APIRouter
"""
from fastapi import APIRouter