diff options
author | Joris Guyonvarch | 2015-07-19 16:07:15 +0200 |
---|---|---|
committer | Joris Guyonvarch | 2015-07-19 16:07:15 +0200 |
commit | 0d589e12a0c32936303de46b1e462dd19648170d (patch) | |
tree | 95527317fae74ed620ad1b118abbbe2ccf616d19 /gen | |
parent | e4eefaa5b418780e6fb63e929f826b927bbeac68 (diff) |
Login with a token validation
Diffstat (limited to 'gen')
-rwxr-xr-x | gen | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,4 +2,4 @@ trap 'fuser -k 3000/tcp' EXIT elm-make src/client/Main.elm --output public/javascripts/client.js \ && cabal build \ - && ./dist/build/payments/payments + && ./dist/build/sharedCost/sharedCost |