Posts by Retiorts • 19 points
5 posts
-
-1
votes2
answers35
viewsQ: Access static link on Node using authentication
In my backend I have this: app.use('/files', express.static('upload')) Generating static image and pdf links for users to access. In my frontend I put a button where the user can display the static…
-
-3
votes1
answer94
viewsQ: Recover key value added in formData in backend
Guys I have the following request on frontend formData.append("file", this.file); formData.append("name", "test"); axios .post(`${baseApiUrl}/exame`, formData) In the backend I can recover the value…
-
-1
votes1
answer143
viewsQ: Take the lowest values of a Count using group by
Cheers guys, I have the following problem... The query below is almost perfect, but it is generating repeated Ids, what I need is the lowest Count value of each ID. The ideal result would be: ID |…
-
0
votes1
answer78
views -
0
votes1
answer78
views