You've already forked AstralRinth
forked from didirus/AstralRinth
abec2e48d4
* Setup TailwindCSS * Fully setup configuration * Refactor some tailwind variables
4 lines
102 B
TypeScript
4 lines
102 B
TypeScript
export default defineEventHandler((event) => {
|
|
return sendRedirect(event, "/settings/account");
|
|
});
|