-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Open
Labels
debuggingWorking with user to figure out if there is an issueWorking with user to figure out if there is an issuequestion
Description
I am running moto server though python command "moto_server -p <>" but with this issue all the requests ( matching with / path ) are routed to moto server. Because of this behaviour my application http requests are not working.
I have tried running moto server with following options
moto_server -p 5000 -s /moto-api -- this didnt work /moto-api invalid option
moto_server -p 5000 --service-path /moto-api -- didnt work because --service-path is invalid argument.
Can you please guide me how to run the moto server in specific path instead of default "/"
Note: i am using moto server version 5.1.4
Thanks in advance.
Metadata
Metadata
Assignees
Labels
debuggingWorking with user to figure out if there is an issueWorking with user to figure out if there is an issuequestion