Skip to content
This repository has been archived by the owner on Nov 6, 2022. It is now read-only.

Commit

Permalink
fix old ref to post menu data
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Abbott committed Sep 30, 2019
1 parent 0a744d1 commit beb274a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ function standard(app: Express.Application) {
app.get('/geo.json', map.json.blog);
app.get('/rss', postFeed);
app.get('/about', staticPage.about);
app.get('/js/post-menu-data.js', menu.data);
app.get('/sitemap.xml', staticPage.siteMap);
app.get(`/exif/${photoID}`, photo.exif);
app.get('/issues?', staticPage.issues);
Expand Down

0 comments on commit beb274a

Please sign in to comment.