mirror of
https://github.com/simon987/task_tracker.git
synced 2025-12-13 14:59:03 +00:00
Reflect last commit changes to web
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user