MCPcopy Create free account
hub / github.com/core7s/react-design-editor / constructor

Method constructor

src/services/api.ts:11–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9class ApiService {
10 base: AxiosInstance
11 constructor() {
12 this.base = axios.create({
13 // baseURL: "http://localhost:8080",
14 baseURL: "https://burly-note-production.up.railway.app",
15 headers: {
16 Authorization: "Bearer QYT8s1NavSTpTAxURji98Fpg",
17 },
18 })
19 }
20
21 signin(props: any) {
22 return new Promise((resolve, reject) => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected