fix some typo's
This commit is contained in:
@ -26,7 +26,7 @@ export default function reactSubRouter(app) {
|
||||
|
||||
function serveReactApp(req, res, next) {
|
||||
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
|
||||
app$(location)
|
||||
|
@ -7,4 +7,4 @@ html(ng-app='profileValidation', lang='en')
|
||||
include partials/flash
|
||||
#fcc!= markup
|
||||
script!= state
|
||||
script(src='js/bundle.js')
|
||||
script(src='/js/bundle.js')
|
||||
|
Reference in New Issue
Block a user