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

@ -39,7 +39,7 @@ client.on('error', (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_novelai = "https://api.novelai.net";