eecliptica #34

Merged
nekitboy1998 merged 4 commits from eecliptica into master 2024-10-15 14:11:58 +03:00
Showing only changes of commit 4bf3d662ec - Show all commits

View File

@ -3,6 +3,7 @@ const axios = require ('axios');
const plantsRouter = express.Router ();
const CONFIG = require ('./config');
async function getAccessToken () {
const formData = new FormData ();
formData.append ('grant_type', 'client_credentials');