Posts by Matheus Militão • 46 points
2 posts
-
1
votes1
answer41
viewsA: Release url that start one way
Using the code req.url.substr(0,req.url.lastIndexOf('/')), it leaves the url this way http://localhost:300/api/anexo/file. So if the url you are requesting is /api/anexo/file the system will release…
-
2
votes1
answer50
viewsQ: Create custom property in Javascript
Hello I want to do the following, I use data types to create customizable properties, but wanted to do as Vuejs it has v-model v-on among others this properties and created using Htmlelement?