add search by nick

add sql special chars test
This commit is contained in:
2021-07-12 21:13:12 +02:00
parent cd2a7853dd
commit 76e95311f0
7 changed files with 66 additions and 31 deletions

View File

@ -113,6 +113,15 @@ curl -s \
http://localhost:5000/users/1/profile
```
Profilsuche nach Nickname:
```
curl -s \
-D "/dev/stderr" \
-H "Authorization: Bearer 22e6c5fc-8a5a-440e-b1f4-018deb9fd24e" \
http://localhost:5000/users/profiles
```
## Docker