Posts by Oliver • 13 points
2 posts
-
-1
votes1
answer61
viewsQ: Spring Boot Map Static Files (React)
My question is, how do I map static files, for example in Nodejs using Express, I can: app.get('*', (req, res) => { res.sendFile(path.resolve(__dirname, '../build', 'index.html')); }); So all…
-
1
votes1
answer1052
viewsQ: Replace Checkbox with Image
Hey, I don’t know if this is what I want. As you can see on this site: http://eyosongive.us/lolk/ When clicking on an image it is selected, I would like a similar code or one where when clicking on…