mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 14:26:54 +00:00
15 lines
438 B
Markdown
15 lines
438 B
Markdown
|
|
# 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.
|
||
|
|
|
||
|
|
|
||
|
|
|