Add example data
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
qvalentin 2022-05-27 14:16:36 +02:00
parent c67bd450c7
commit ffec4c19ca
Signed by: qvalentin
GPG key ID: C979FA1EAFCABF1C
6 changed files with 49 additions and 4 deletions

View file

@ -11,10 +11,8 @@ public record LinkDto(Username creator, LinkUrl url, Set<Category> categories, S
@Override
public String toString() {
return
url ./link-ditch catgegory get
./link-ditch catgegory get
" by " + creator +
url +
" by " + creator +
" categories: " + categories +
" tags:" + tags;
}