1
0
Files
AstralRinth/apps/frontend/src/server/routes/.well-known/change-password.ts
T
Evan Song abec2e48d4 Add TailwindCSS (#1252)
* Setup TailwindCSS

* Fully setup configuration

* Refactor some tailwind variables
2024-07-06 20:57:32 -07:00

4 lines
102 B
TypeScript

export default defineEventHandler((event) => {
return sendRedirect(event, "/settings/account");
});