Fix jwt-token
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import axios from 'axios';
|
||||
|
||||
const API_BASE_URL = process.env.NODE_ENV === 'production'
|
||||
? '/api'
|
||||
? '/drones/api'
|
||||
: 'http://localhost:3001/api';
|
||||
|
||||
const api = axios.create({
|
||||
|
||||
Reference in New Issue
Block a user