Skip to content

Instantly share code, notes, and snippets.

View huaerss's full-sized avatar
🪁
Zzzzz

sakura huaerss

🪁
Zzzzz
View GitHub Profile
@huaerss
huaerss / copilot
Created January 12, 2024 07:27 — forked from gcgcnfvd/copilot
copilot express server 版
const express = require("express");
const axios = require("axios");
const cors = require("cors");
const bodyParser = require("body-parser");
const crypto = require("crypto");
const app = express();
const defaultToken = ``; // put your github token here!