fix: Point app to personal server...
rather than to unreliable heroku server.
This commit is contained in:
parent
fa45832cde
commit
3f0b918725
|
@ -4,7 +4,7 @@ const CONNECTION_IS_ACTIVE = true
|
|||
|
||||
export async function pushToMongo(data){
|
||||
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
|
||||
})
|
||||
console.log(response)
|
||||
|
|
Loading…
Reference in New Issue
Block a user