mirror of
https://github.com/hex248/sprint.git
synced 2026-02-08 02:33:01 +00:00
userUploadAvatar route
This commit is contained in:
@@ -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)),
|
||||
|
||||
Reference in New Issue
Block a user