diff --git a/commons/constants.go b/commons/constants.go index eb6be2c..fa2c501 100644 --- a/commons/constants.go +++ b/commons/constants.go @@ -26,8 +26,8 @@ const ( // Endpoint Paths var ( BasePath = "/" - MockEndpointPath = fmt.Sprintf("%smock", MoxyPrefix) - UnMockEndpointPath = fmt.Sprintf("%sunMock", MoxyPrefix) + MockEndpointPath = fmt.Sprintf("%s/mock", MoxyPrefix) + UnMockEndpointPath = fmt.Sprintf("%s/unMock", MoxyPrefix) ) // MockEntityName is the mock entity name diff --git a/version.json b/version.json index 1e5caa9..c052bf2 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { "name": "moxy", - "version": "1.0.3" + "version": "1.0.4" } \ No newline at end of file