Add achievements (#26)

This commit is contained in:
Dominik Korsa 2021-01-10 08:12:10 +01:00 committed by GitHub
parent 7a716c62b5
commit 93e4603e93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 4353 deletions

4359
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -800,7 +800,11 @@ router.all("/UwagiIOsiagniecia.mvc/Get", (req, res) => {
"KategoriaTyp": item._category
};
}),
"Osiagniecia": []
"Osiagniecia": [
"Konkurs na najlepszą aplikację do dziennika - pierwsze miejsce",
"Programowanie stron internetowych - wynik bardzo dobry",
"Olimpiada Informatyczna Juniorów - laureat"
]
},
"success": true
});