update sitemap

This commit is contained in:
Michael Q Larson
2015-03-06 00:13:58 -08:00
parent 3d9c49b76e
commit c8c396981a
4 changed files with 152 additions and 313 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);
/**
* API examples routes.