Skip to content
Snippets Groups Projects
Commit b08d5f07 authored by Mathilde Hertaas's avatar Mathilde Hertaas
Browse files

fixed wrong pathway in status endpoint

parent 7c692609
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ package handelers ...@@ -4,7 +4,7 @@ package handelers
const HOMEPAGE_DEFAULT = "http://localhost:8080" const HOMEPAGE_DEFAULT = "http://localhost:8080"
const INFO_DEFAULT = "/countryinfo/v1/info/" const INFO_DEFAULT = "/countryinfo/v1/info/"
const POPULATION_DEFAULT = "/countryinfo/v1/population/" const POPULATION_DEFAULT = "/countryinfo/v1/population/"
const STATUS_DEFAULT = "/status/" const STATUS_DEFAULT = "/countryinfo/v1/status/"
const SLASH_DEFAULT = "/" const SLASH_DEFAULT = "/"
//ERRORS //ERRORS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment