Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 321 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 321 Bytes

BUILD AND RUN

  • Make sure the URL of AAA is provided inside the BFF Service. Check common_files/common_constants.py file.
  • Make sure the URL of BFF is provided inside the Frontend. Check src/apis/index.ts file.
  • Make sure the Frontend URL is added to ALLOWED ORIGINS in BFF CORS. Check controller/main.py file.