Skip to content

Commit fd39524

Browse files
committed
testing
1 parent 0f34f6e commit fd39524

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/src/main/java/de/tum/cit/aet/devops/teamserverdown/controller/AccountController.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
@Tag(name = "Account", description = "User Accounts")
1111
public class AccountController {
1212
@GetMapping("/me")
13-
public String getCurrentUser(@CurrentUser User user) {
14-
return user.getUsername();
13+
public String getCurrentUser() {
14+
return "user.getUsername()";
1515
}
1616
}

0 commit comments

Comments
 (0)