fix some typo's
This commit is contained in:
@ -26,7 +26,7 @@ export default function reactSubRouter(app) {
|
|||||||
|
|
||||||
function serveReactApp(req, res, next) {
|
function serveReactApp(req, res, next) {
|
||||||
const fcc = new Cat();
|
const fcc = new Cat();
|
||||||
const location = new Location(req.path, req.query)
|
const location = new Location(req.path, req.query);
|
||||||
|
|
||||||
// returns a router wrapped app
|
// returns a router wrapped app
|
||||||
app$(location)
|
app$(location)
|
||||||
|
@ -7,4 +7,4 @@ html(ng-app='profileValidation', lang='en')
|
|||||||
include partials/flash
|
include partials/flash
|
||||||
#fcc!= markup
|
#fcc!= markup
|
||||||
script!= state
|
script!= state
|
||||||
script(src='js/bundle.js')
|
script(src='/js/bundle.js')
|
||||||
|
Reference in New Issue
Block a user