Posts by Jefferson Venancio • 1 point
2 posts
-
-1
votes1
answer86
viewsQ: How to expect an HTTP request to end at Angular 5
I am creating a method that makes an HTTPSERVICE request in my API but I need to finish this request before continuing the rest of my Method, as I could force Angular to wait for the end of my…
-
-2
votes1
answer35
viewsQ: How to set specific directory for Render_template flask?
I am rendering an html report using the Flask render_template. By default render_template renders what is in the template folder, however, I need to change to make the directory another. I tried to…