Skip to content

reverse proxy jtf lib

Fixes Fixes reverse proxy

Description to make a jtf-lib's routes available through the framework's URL

Type of PR This PR is a feature.

Tests

  1. enable jtf-lib in config.dist.json
  2. update submodule by git submodule update --init --recursive
  3. build jtf-lib container through ./cdlidev -- build jtf-lib then run server
  4. Test this route through postman http://localhost:2354/jtf-lib/api/getSignnamesATFLINE its post request so pass this {"atf":"ma-ba2-da ba-ba3-du"} as body and it should return 200 with the response MA PA DA BA U.U.U DU

Checklist:

  • My pull request has a descriptive title (not a vague title like "Update index.md").
  • My pull request targets the phoenix/develop branch of the repository.
  • My commit messages follow best practices.
  • My code follows the established code style of the repository.
  • I added tests for the changes I made (if applicable).
  • I added or updated documentation (if applicable).
  • I tried running the project locally and verified that there are no visible errors.
Edited by Vishv Kakadiya

Merge request reports