Azure-Samples / contoso-real-estate

Intelligent enterprise-grade reference architecture for JavaScript, featuring OpenAI integration, Azure Developer CLI template and Playwright tests.
MIT License
858 stars 512 forks source link

fix(portal): fix apiDevserverUrl #430

Closed xingsy97 closed 6 months ago

xingsy97 commented 7 months ago

apiDevserverUrl in portal uses an invalid url http://127.0.01:7071. Correct it to http://127.0.0.1:7071