Select Git revision
konstanter.go
-
Mathilde Hertaas authoredMathilde Hertaas authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
konstanter.go 380 B
package handelers
//URL
const HOMEPAGE_DEFAULT = "http://localhost:8080"
const INFO_DEFAULT = "/countryinfo/vi/info/"
const POPULATION_DEFAULT = "/population/"
const STATUS_DEFAULT = "/status/"
const SLASH_DEFAULT = "/"
//ERRORS
//Terminal info
const RUNNING_ON_PORT = ""
//User information
const WELCOME = "WELCOME"
const WELCOME_MESSAGE = "Welcome to the Country Info API"