mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update Express.js documentation (4.8.7)
This commit is contained in:
parent
24ae13dcfc
commit
b4dbeae9fc
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ module Docs
|
|||
class Express < UrlScraper
|
||||
self.name = 'Express'
|
||||
self.type = 'express'
|
||||
self.version = '4.8.1'
|
||||
self.version = '4.8.7'
|
||||
self.base_url = 'http://expressjs.com/4x/api.html'
|
||||
|
||||
html_filters.push 'express/clean_html', 'express/entries', 'title'
|
||||
|
|
Loading…
Reference in a new issue