MCS-Lite / mcs-lite-app

An on-premises Internet of Things cloud platform, which can be quickly built and get started with.
https://mcslite.netlify.com
MIT License
30 stars 14 forks source link

add service-worker.js router #181

Closed iamblue closed 7 years ago

dariachen commented 7 years ago
  1. service-worker.js can be accessed.
  2. http://localhost:3002/admin/ still returns 404. PS: While admin signed up successfully, http://localhost:3002/oauth/login API returns 302, Redirecting to /admin/, so please check the redirection URL or modify the routing rule to allow /admin/. Thanks!
codecov[bot] commented 7 years ago

Codecov Report

Merging #181 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #181   +/-   ##
======================================
  Coverage    2.59%   2.59%           
======================================
  Files         156     156           
  Lines        2234    2234           
  Branches      200     200           
======================================
  Hits           58      58           
  Misses       1977    1977           
  Partials      199     199

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 7d87920...4748709. Read the comment docs.

dariachen commented 7 years ago

It works well now.