Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 expressjs,我想创建一个路径,除了所有以/api/2.
/api/2
这是我尝试过的
app.get(/^((?!\/api\/2).)*$/, home.index)
我在这里做错了吗?找不到太多关于如何声明正则表达式路由的信息。
帮助表示赞赏。谢谢