feat(route): add sass/gs/sstmzs (#12159)

* feat(route):add sassorgcn/gs/:type

* feat(route):add sassorgcn/gs/:type

* update:sassorgcn docs & radar

* fix: docs add </Route> tag in /sassorgcn/gs/:type

* update: sassorgcn docs

* refactor: fix namespace

---------
This commit is contained in:
niuyi
2023-04-07 20:39:06 +08:00
committed by GitHub
parent c121ba30fa
commit 83523842cd
5 changed files with 86 additions and 0 deletions

3
lib/v2/sass/router.js Normal file
View File

@@ -0,0 +1,3 @@
module.exports = (router) => {
router.get('/gs/:type', require('./gs/index'));
};