Merge remote-tracking branch 'origin/refactor/common' into feat/user-routes
This commit is contained in:
		
						commit
						1940be31fb
					
				
					 2 changed files with 2 additions and 8 deletions
				
			
		|  | @ -3,10 +3,4 @@ export interface UserDTO { | |||
|     username: string; | ||||
|     firstName: string; | ||||
|     lastName: string; | ||||
|     endpoints?: { | ||||
|         self: string; | ||||
|         classes: string; | ||||
|         questions: string; | ||||
|         invitations: string; | ||||
|     }; | ||||
| } | ||||
|  |  | |||
		Reference in a new issue
	
	 Gabriellvl
						Gabriellvl