Skip to content

Instantly share code, notes, and snippets.

@gcgcnfvd
gcgcnfvd / copilot
Created January 10, 2024 07:45
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!