refactored backend to its own directory to separate front end and backend code
Compare changes
- Torbjørn Antonsen authored
Added logger to AuthenticationController and bean in FullstackProsjektApplication that adds admin user to database
+ 5
− 0
@@ -6,15 +6,19 @@ import edu.ntnu.idatt2105.dto.TokenDTO;
@@ -6,15 +6,19 @@ import edu.ntnu.idatt2105.dto.TokenDTO;
@@ -28,6 +32,7 @@ public class AuthenticationController {
@@ -28,6 +32,7 @@ public class AuthenticationController {