diff --git a/handelers/constants.go b/handelers/constants.go
index 196e273ffcc39fb61d1125af9d5967dfb5bd4169..eab88b5768ad2e6ca23300d560e8f7b40d3cf760 100644
--- a/handelers/constants.go
+++ b/handelers/constants.go
@@ -4,7 +4,7 @@ package handelers
 const HOMEPAGE_DEFAULT = "http://localhost:8080" 
 const INFO_DEFAULT = "/countryinfo/v1/info/" 
 const POPULATION_DEFAULT = "/countryinfo/v1/population/"
-const STATUS_DEFAULT = "/status/"
+const STATUS_DEFAULT = "/countryinfo/v1/status/"
 const SLASH_DEFAULT = "/"
 
 //ERRORS