不要怂,就是干,撸起袖子干!

Commit f3b5f99b by Sushant

build: update router

1 parent 35be8e00
Showing with 7 additions and 2 deletions
......@@ -28,4 +28,9 @@
301 /manual/faq/:section.html https://sequelize.org/master/manual/:section.html
301 /manual/advanced/:section.html https://sequelize.org/master/manual/:section.html
302 / https://sequelize.org/
\ No newline at end of file
301 /:foo https://sequelize.org/master/:foo
301 /:foo/:bar https://sequelize.org/master/:foo/:bar
301 /:foo/:bar/:baz https://sequelize.org/master/:foo/:bar/:baz
301 /:foo/:bar/:baz/:quz https://sequelize.org/master/:foo/:bar/:baz/:quz
301 / https://sequelize.org/
\ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!