Skip to content
Snippets Groups Projects
Select Git revision
  • 777eac017ef715c3ea448c955fd016a45c4a9e07
  • main default protected
  • backup-includeCitiesInInfo
  • includeCitiesInInfo
  • statusEndPoint
  • KombinereAPI
6 results

konstanter.go

Blame
  • 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"