xiongzhu 2 vuotta sitten
vanhempi
commit
fd33bc1228
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      routes/api/index.js

+ 1 - 1
routes/api/index.js

@@ -4,7 +4,7 @@ const axios = require('axios').default
 
 module.exports = async function (fastify, opts) {
     fastify.post('/search', async function (request, reply) {
-        let response = await axios.post('https://www.deeperloop.com/api/user/login?_t=' + new Date().getTime(), {
+        let response = await axios.post('https://www.sif.com/api/user/login?_t=' + new Date().getTime(), {
             phone: '18390881087',
             password: 'Gaole1401'
         })