cleaning up, fixing bugs

This commit is contained in:
derpystuff 2022-12-06 09:07:26 +01:00
parent 74a562f19d
commit 595cd23077
7 changed files with 159 additions and 354 deletions

View file

@ -1,5 +1,5 @@
const superagent = require('superagent')
const { Api, Static, Hosts } = require('./endpoints')
const { Api, Hosts } = require('./endpoints')
async function request(path, type, headers, args, host) {