feat(api): Add Roles API

This commit is contained in:
Jesse Wierzbinski 2024-06-07 17:31:17 -10:00
parent 46f41199ac
commit 19823d8eca
No known key found for this signature in database
36 changed files with 7851 additions and 1006 deletions

View file

@ -297,6 +297,7 @@ export const jsonOrForm = () => {
...Object.fromEntries(files),
};
}
await next();
});
};