Move supplier full pull to being an api for the ember app and handle login and authorization a little bit better (should be even a lot better in the future)

This commit is contained in:
2020-03-03 17:11:57 -05:00
parent a7e771557d
commit 51748d5783
15 changed files with 55 additions and 22 deletions
+1 -1
View File
@@ -6,5 +6,5 @@
# production: conters: bin/drb_counter.rb start
#counters: drb_counter/drb_counter.rb development
#faye: thin start -R faye/config.ru -p 9296
web: rails s -p 3000 -b 0.0.0.0
web: bundle exec rails s -p 3000 -b 0.0.0.0
#server: bundle exec rails s -e production