mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
9 lines
258 B
JSON
9 lines
258 B
JSON
{
|
|
"version": 2,
|
|
"routes": [
|
|
{ "src": "/redirect/?", "dest": "/api/redirect.ts" },
|
|
{ "src": "/oauth/github/?", "dest": "/api/github.ts" },
|
|
{ "src": "/oauth/gitee/?", "dest": "/api/gitee.ts" },
|
|
{ "src": "/", "dest": "/api/index.ts" }
|
|
]
|
|
}
|