Reflect last commit changes to web

This commit is contained in:
simon987
2019-02-16 19:54:23 -05:00
parent 71e05ecdd6
commit 16ffeb30f9
10 changed files with 20 additions and 19 deletions

View File

@@ -38,7 +38,7 @@ export class CreateProjectComponent implements OnInit {
this.apiService.createProject(this.project).subscribe(
data => {
this.router.navigateByUrl("/project/" + data["id"]);
this.router.navigateByUrl("/project/" + data["content"]["id"]);
},
error => {
console.log(error.error.message);