fixing auth check and content type error

This commit is contained in:
talksik
2022-04-01 13:32:51 -04:00
parent 23eeee4228
commit c769f40a15
9 changed files with 174 additions and 125 deletions
@@ -0,0 +1,5 @@
import { User } from "@nirvana/core/models";
export default class UserDetailsResponse {
constructor(public user: User) {}
}