How to serve asp.net api backend as https format, and how to integrate it to react vite frontend
I’m developing react+asp.net web app. I tried to configure asp.net api backend using https protocol. But to integrate this api to react vite frontend, I met some issues.
How to fix this issue? I attached my appsettings.json
file and Program.cs
file of asp.net core api backend.