You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I want route api to upload image, and return link to image (https://res.cloudinary.com/)
Call API with authorization Bearer Token, body have a file image ( png, jpg, ...) like that
Describe the solution you'd like
Need to limit logged in users who can call API to limit time to call API
Describe alternatives you've considered
You can refer my old project have api upload avatar image here
You need change some config to match we project
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I want route api to upload image, and return link to image (https://res.cloudinary.com/)
Call API with authorization Bearer Token, body have a file image ( png, jpg, ...) like that
Describe the solution you'd like
Need to limit logged in users who can call API to limit time to call API
Describe alternatives you've considered
You can refer my old project have api upload avatar image here
You need change some config to match we project
The text was updated successfully, but these errors were encountered: