Sometimes you want to serve local files, e.g. HTML, JavaScript, or CSS. This is a task for the default flow defined in conf/flow.xml and the serve action.
📎 Note: In the following we assume that the basePath in swagger.yaml is not/ so that the default flow will actually be effective.
First, we create flow.xml in conf with the following content:
This assumes that the local files should be found in an htdocs directory next to conf (dir="../htdocs") and that there is an index.html fallback document in the htdocs directory.