mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 14:06:56 +00:00
438 B
438 B
custom_webapp folder
Introduction
This folder will contain the customer's front end files, it can not be tracked in the github. So the default is empty.
If you set the props use_custom_webapp=true, that means you will use your own design of the frontend web page.
Then you MUST copy all the files from the folder OBP-API/obp-api/src/main/webapp to here, and customize the HTML, CSS,
or JS files as your requirements.