-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Projects integration #2057
base: master
Are you sure you want to change the base?
Projects integration #2057
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
||
const app = Router(); | ||
|
||
app.get("/", authorizer({}), async (req, res) => { |
Check failure
Code scanning / CodeQL
Missing rate limiting High
authorization
res.json({}); | ||
}); | ||
|
||
app.post("/", authorizer({}), async (req, res) => { |
Check failure
Code scanning / CodeQL
Missing rate limiting High
authorization
13351a3
to
aaa9a3d
Compare
Can we close this now that we landed projects? |
WIP integration branch