dockerfiles
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import axios, { AxiosResponse } from 'axios';
|
||||
|
||||
const API_URL = 'http://localhost:32769/';
|
||||
const API_URL = process.env.REACT_APP_API_URL;
|
||||
|
||||
class GeradorService {
|
||||
static async GenerateNIF(type: string | null): Promise<any[]> {
|
||||
|
||||
Reference in New Issue
Block a user