Ignore:
Timestamp:
01/09/21 01:07:09 (3 years ago)
Author:
Vzdra <vladko.zdravkovski@…>
Branches:
master
Children:
f067338
Parents:
bd46dbb
Message:

added job/internship/project inserts

File:
1 moved

Legend:

Unmodified
Added
Removed
  • src/main/java/it/finki/tinki/web/controller/AccountRegisterController.java

    rbd46dbb r297bd16  
    1919@CrossOrigin(origins = "http://localhost:3000")
    2020@RequestMapping("/api/register")
    21 public class RegisterController {
     21public class AccountRegisterController {
    2222
    2323    AccountService accountService;
     
    2626    MatchmakerService matchmakerService;
    2727
    28     public RegisterController(AccountService accountService, SkillService skillService, WorkService workService, MatchmakerService matchmakerService) {
     28    public AccountRegisterController(AccountService accountService, SkillService skillService, WorkService workService, MatchmakerService matchmakerService) {
    2929        this.accountService = accountService;
    3030        this.skillService = skillService;
Note: See TracChangeset for help on using the changeset viewer.