fix: Point app to personal server...

rather than to unreliable heroku server.
This commit is contained in:
NunoSempere 2021-12-10 00:33:04 +01:00
parent fa45832cde
commit 3f0b918725

View File

@ -4,7 +4,7 @@ const CONNECTION_IS_ACTIVE = true
export async function pushToMongo(data){ export async function pushToMongo(data){
if(CONNECTION_IS_ACTIVE){ if(CONNECTION_IS_ACTIVE){
let response = await axios.post('http://metaforecast-twitter-bot.herokuapp.com/utility-function-extractor', { let response = await axios.post('https://server.loki.red/utility-function-extractor', {
data: data data: data
}) })
console.log(response) console.log(response)