You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
router.get("/git/github/data/:username/:repo/:branch*/commit/:commitSha/path/:path*",github.data).get("/git/github/info/:username/:repo/tree/:branch/:path*",github.info)// allow tree urls
That / would be escaped so that branches containing a / could be processed. Maybe it is just a syntax issue but I didn't see a similar use case in the README here.
Actual Behavior:
A 422 error is thrown.
The text was updated successfully, but these errors were encountered:
Code sample:
https://github.com/codesandbox-app/codesandbox-importers/blob/master/packages/git-extractor/src/index.ts#L35
Expected Behavior:
That
/
would be escaped so that branches containing a/
could be processed. Maybe it is just a syntax issue but I didn't see a similar use case in the README here.Actual Behavior:
A 422 error is thrown.
The text was updated successfully, but these errors were encountered: