sitemap now works and can be deployed

This commit is contained in:
Michael Q Larson
2015-03-06 00:20:39 -08:00
parent c8c396981a
commit 1ee1ff4052
2 changed files with 14 additions and 14 deletions

2
app.js
View File

@@ -334,7 +334,7 @@ app.post('/account/profile', userController.postUpdateProfile);
app.post('/account/password', userController.postUpdatePassword);
app.post('/account/delete', userController.postDeleteAccount);
app.get('/account/unlink/:provider', userController.getOauthUnlink);
app.get('/sitemap', resourcesController.sitemap);
app.get('/sitemap.xml', resourcesController.sitemap);
/**
* API examples routes.