4 Replies
hello
https://nim-a123.github.io/Currencies/
i make a currecncies app using api
in my local live everyting work normal
but when i put in github it not work
The error message is indicating the error - the api URL that you are loading is not a secure resource. Try prepending
https://
to the api URL
That is to say, change http://api.navasan.tech/latest/?api_key=${key}
for https://api.navasan.tech/latest/?api_key=${key}
wow it work
big tnx for help