redirect_uri misconfig

This commit is contained in:
caterpii 2025-05-31 11:41:36 +09:00
commit d35af82aae
16 changed files with 2408 additions and 0 deletions

View file

@ -0,0 +1,10 @@
{
"name": "backend",
"version": "0.0.0",
"type": "module",
"types": "src/index.ts",
"scripts": {
"typecheck": "tsc --noEmit",
"build": "vite build"
}
}