Update README by removing project structure details

Removed project structure section from README.
This commit is contained in:
2026-02-19 14:02:55 -05:00
committed by GitHub
parent 1f89261994
commit 25fac24920
-13
View File
@@ -49,16 +49,3 @@ uv run fastapi run src/main.py
```
The server will run on port 8000 by default.
## Project Structure
```
src/
├── main.py # FastAPI application and endpoints
├── models.py # Data models for Roblox assets
├── database.py # SQLite database layer for duplicate tracking
└── utils/ # Utility modules
├── roblox_service.py
├── hashing.py
└── discord.py
```