Rename poe backend client

This commit is contained in:
SillyLossy
2023-04-05 13:23:15 +03:00
parent 5390d8226b
commit 7f35986b9c
3 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
const poe = require('./poe'); const poe = require('./poe-client');
async function test() { async function test() {
const client = new poe.Client(); const client = new poe.Client();

View File

@ -39,7 +39,7 @@ client.on('error', (err) => {
console.error('An error occurred:', err); console.error('An error occurred:', err);
}); });
let poe = require('./poe'); let poe = require('./poe-client');
var api_server = "http://0.0.0.0:5000"; var api_server = "http://0.0.0.0:5000";
var api_novelai = "https://api.novelai.net"; var api_novelai = "https://api.novelai.net";