24 lines
563 B
Plaintext
24 lines
563 B
Plaintext
README.md
|
|
pyproject.toml
|
|
app/__init__.py
|
|
app/main.py
|
|
app/api/__init__.py
|
|
app/api/router.py
|
|
app/api/routes/__init__.py
|
|
app/api/routes/health.py
|
|
app/api/routes/tickets.py
|
|
app/core/__init__.py
|
|
app/core/config.py
|
|
app/db/__init__.py
|
|
app/db/base.py
|
|
app/db/models.py
|
|
app/db/session.py
|
|
app/schemas/__init__.py
|
|
app/schemas/ticket.py
|
|
app/services/__init__.py
|
|
app/services/ticket_service.py
|
|
secretary_api.egg-info/PKG-INFO
|
|
secretary_api.egg-info/SOURCES.txt
|
|
secretary_api.egg-info/dependency_links.txt
|
|
secretary_api.egg-info/requires.txt
|
|
secretary_api.egg-info/top_level.txt |