mirror of
https://github.com/a-mayb3/KanbanCloneAngular.git
synced 2026-03-21 18:05:38 +01:00
Adapted some config for the api
This commit is contained in:
parent
773fa7ad6d
commit
d1e016b7df
9 changed files with 74 additions and 54 deletions
|
|
@ -17,7 +17,7 @@ export interface ProjectFull {
|
|||
|
||||
export interface CreateProjectRequest {
|
||||
name: string;
|
||||
description?: string;
|
||||
description: string;
|
||||
}
|
||||
|
||||
export interface UpdateProjectRequest {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue