about summary refs log tree commit diff
path: root/users/wpcarro/assessments/tt/client/src/Shared.elm
module Shared exposing (..)

clientOrigin =
    "http://localhost:8000"

serverOrigin =
    "http://localhost:3000"