chatgpt-plugin/config/index.js
2022-12-10 19:45:54 +08:00

5 lines
75 B
JavaScript

const SESSION_TOKEN = ''
export const Config = {
token: SESSION_TOKEN
}