about summary refs log tree commit diff
path: root/users/wpcarro/assessments/tt/client/src/Shared.elm
blob: addb0a4ffd126208f6862842e8120c9ea19b6970 (plain) (blame)
1
2
3
4
5
6
7
module Shared exposing (..)

clientOrigin =
    "http://localhost:8000"

serverOrigin =
    "http://localhost:3000"