userUploadAvatar route

This commit is contained in:
Oliver Bryan
2026-01-01 06:58:03 +00:00
parent df5e18a138
commit 6542f344d9
3 changed files with 63 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ const main = async () => {
"/auth/me": withCors(withAuth(routes.authMe)),
"/user/update": withCors(withAuth(routes.userUpdate)),
"/user/upload-avatar": withCors(routes.userUploadAvatar),
"/issue/create": withCors(withAuth(routes.issueCreate)),
"/issue/update": withCors(withAuth(routes.issueUpdate)),