Skip to content
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.

Mock server not returning subdirectories/urls #135

Open
jknight opened this issue Jun 18, 2020 · 0 comments
Open

Mock server not returning subdirectories/urls #135

jknight opened this issue Jun 18, 2020 · 0 comments

Comments

@jknight
Copy link

jknight commented Jun 18, 2020

Starting in docker image with:
docker run -p 8080:8080/tcp -it --rm -v $PWD:/doc quay.io/bukalapak/snowboard mock -b :8080 api.apid

Endpoints available:

[...]
PUT /order
PUT /order/create   
[...]

browse to http://localhost:8080/order - returns json as expected
browse to any sub location, ie http://localhost:8080/order/create: "Not Found"

This is true for any B-level endpoint (http://localhost:8080/A/B)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant