Skip to content
Snippets Groups Projects
Select Git revision
  • faa7988bc42e17ddfe0b22debeb3ae8517b1e9e8
  • main default protected
  • master
3 results

Election.php

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"