mirror of
https://github.com/hex248/sprint.git
synced 2026-02-08 02:33:01 +00:00
add + remove users from organisation
This commit is contained in:
@@ -18,6 +18,7 @@ const main = async () => {
|
||||
"/auth/login": withCors(routes.authLogin),
|
||||
"/auth/me": withCors(withAuth(routes.authMe)),
|
||||
|
||||
"/user/by-username": withCors(withAuth(routes.userByUsername)),
|
||||
"/user/update": withCors(withAuth(routes.userUpdate)),
|
||||
"/user/upload-avatar": withCors(routes.userUploadAvatar),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user