.gitignore expanded, Votingsite expanded

.gitignore:
    - All logs are now going to be ignored by git

VotingController.java:
    - added the categoryRepository to the model

voting.html:
     - showing data out of categoryRepository now
This commit is contained in:
2020-11-14 13:03:43 +01:00
parent 40655b2130
commit a746110991
3 changed files with 10 additions and 1 deletions
+3 -1
View File
@@ -31,4 +31,6 @@ build/
### VS Code ###
.vscode/
*.log
### Logging ###
/logs/