This commit is contained in:
Rutra
2026-05-13 11:50:22 +02:00
commit 2068229f89
128 changed files with 9215 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
import UserTransformer from '#transformers/user_transformer';
export default class ProfileController {
async show({ auth, serialize }) {
return serialize(UserTransformer.transform(auth.getUserOrFail()));
}
}
//# sourceMappingURL=profile_controller.js.map