Relative Content

Tag Archive for javascriptpythonflaskfetch-apiapi-design

How do I get my python backend api to work with my javascript frontend code

I made an API in python with flask that creates a public key private key pair and respond with the public key whenever you try to access the API. I need to access my API in my Javascript code, but nothing appears in the console like it should when I call the API, I know my API is working because I tested it with Insomnia.