From 5d5b7238e0554478b52f6199cdb2a712ca941c14 Mon Sep 17 00:00:00 2001 From: SHUBHAM SINHA Date: Mon, 13 Dec 2021 13:25:54 +0530 Subject: [PATCH] updated code to fix path --- commons/constants.go | 4 ++-- version.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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