Ignore:
Timestamp:
01/08/21 20:46:33 (3 years ago)
Author:
Vzdra <vladko.zdravkovski@…>
Branches:
master
Children:
bd38a55
Parents:
31fc5c8
Message:

refactor and edit team/company/user

File:
1 edited

Legend:

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

    r31fc5c8 r14b648e  
    6969
    7070    @RequestMapping(path = "/company", method = RequestMethod.POST)
    71     private Map<String, String> registeCompany(@RequestBody CompanyRegisterDTO body){
     71    private Map<String, String> registerCompany(@RequestBody CompanyRegisterDTO body){
    7272
    7373        Account k = this.accountService.registerCompany(body.getEmail(),
Note: See TracChangeset for help on using the changeset viewer.