mirror of
https://github.com/Infisical/infisical.git
synced 2025-03-25 14:05:03 +00:00
test breaking change
This commit is contained in:
@ -71,8 +71,8 @@ export const registerAdminRouter = async (server: FastifyZodProvider) => {
|
||||
response: {
|
||||
200: z.object({
|
||||
message: z.string(),
|
||||
user: UsersSchema,
|
||||
token: z.string()
|
||||
hello: z.number(),
|
||||
user: UsersSchema
|
||||
})
|
||||
}
|
||||
},
|
||||
@ -107,7 +107,7 @@ export const registerAdminRouter = async (server: FastifyZodProvider) => {
|
||||
return {
|
||||
message: "Successfully set up admin account",
|
||||
user: user.user,
|
||||
token: token.access
|
||||
hello: 123
|
||||
};
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user