Changeset 14b648e for src/main/java/it/finki/tinki/web
- Timestamp:
- 01/08/21 20:46:33 (4 years ago)
- Branches:
- master
- Children:
- bd38a55
- Parents:
- 31fc5c8
- Location:
- src/main/java/it/finki/tinki/web/controller
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/java/it/finki/tinki/web/controller/RegisterController.java
r31fc5c8 r14b648e 69 69 70 70 @RequestMapping(path = "/company", method = RequestMethod.POST) 71 private Map<String, String> registe Company(@RequestBody CompanyRegisterDTO body){71 private Map<String, String> registerCompany(@RequestBody CompanyRegisterDTO body){ 72 72 73 73 Account k = this.accountService.registerCompany(body.getEmail(),
Note:
See TracChangeset
for help on using the changeset viewer.