beckn / protocol-server

protocol-server
19 stars 38 forks source link

Run Protocol server on context path #136

Open niramaytanna74 opened 1 month ago

niramaytanna74 commented 1 month ago

Ticket Contents

Description

We want to run the protocol server on some context path. In the current code it will only run on base path. For example we want to run protocol server on abc.com/protocol/server.

Goals

Goals

Expected Outcome

No response

Acceptance Criteria

No response

Implementation Details

The code should be able to pick up any context path from yml file. Need to add property in yml file for context path and accordingly change code to run it on context path.

Mockups/Wireframes

No response

Product Name

Protocol server context path

Domain

No response

Tech Skills Needed

Express.js

Complexity

Medium

Category

API, Configuration