Skip to content

Handler error #1

@JustinInkyunPark

Description

@JustinInkyunPark

Expected Behavior

response status code 200

Actual Behavior

response status code 404

Steps to Reproduce the Problem

  1. case [HandlerPathTimeStampService = /timestamp/{contract:.*}/service/{service:.*}]

    • parameters - provider: string, contract: string, serviceId: string
    • javascript code
      const res = await axios.get(${provider}/timestamp/${contract}/service/${serviceId});
  2. case [HandlerPathTimeStampItem = /timestamp/{contract:.*}/service/{service:.*}/project/{project:.*}/id/{tid:[0-9]+}]

    • parameters - provider: string, contract: string, serviceID: string, projectID: string, tID: number
    • javascript code
      const res = await axios.get(${provider}/timestamp/${contract}/service/${serviceID}/project/${projectID}/id/${tID});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions