mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update Express documentation (4.14.0)
This commit is contained in:
parent
dd2adb28ce
commit
0de837633e
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.release = '4.13.4'
|
||||
self.release = '4.14.0'
|
||||
self.base_url = 'http://expressjs.com/en/'
|
||||
self.root_path = '4x/api.html'
|
||||
self.initial_paths = %w(
|
||||
|
|
Loading…
Reference in a new issue