feat: Added headers to testing

This commit is contained in:
2024-04-02 13:18:41 +02:00
parent e47f5f2b07
commit ee11d86235
3 changed files with 57 additions and 25 deletions

View File

@@ -56,7 +56,7 @@ print(LanguageEnum.EN) # Output: LanguageEnum.EN
print(LanguageEnum.EN.value) # Output: English
```
## TODO
- Add async support for database connection
- Add version without postgresql dependency