Skip to content

Commit

Permalink
🚛 transition fixes 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jiisanda committed Dec 25, 2023
1 parent ed3d1b1 commit 5035fbd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.git
.idea/
app/downloads
downloads
app/migrations
README.md
docker-compose.yml
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# DocFlow - Document Management API

<div align="center">
<img src="docs/github-banner.png"><br>
<img src="app/docs/github-banner.png"><br>
</div>

![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54)
Expand Down
1 change: 0 additions & 1 deletion app/schemas/auth/bands.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,3 @@ class Token(BaseModel):
class TokenData(BaseModel):
id: Optional[str] = None
username: Optional[str] = None

0 comments on commit 5035fbd

Please sign in to comment.