Gradebook Backend API Documentation - v0.0.1
Preparing search index...
image/image.service
ImageService
Class ImageService
Index
Constructors
constructor
Methods
change
Image
Constructors
constructor
new
ImageService
(
userRepo
:
Repository
<
User
>
,
jwtService
:
JwtService
,
)
:
ImageService
Parameters
userRepo
:
Repository
<
User
>
jwtService
:
JwtService
Returns
ImageService
Methods
change
Image
changeImage
(
email
:
string
,
image
:
string
,
)
:
Promise
<
{
message
:
string
;
token
:
string
}
>
Parameters
email
:
string
image
:
string
Returns
Promise
<
{
message
:
string
;
token
:
string
}
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
change
Image
Gradebook Backend API Documentation - v0.0.1
Loading...