dockerfiles

This commit is contained in:
Marco
2024-07-28 19:21:51 +01:00
parent 60489fa334
commit f88eb65384
6 changed files with 40 additions and 14 deletions

View File

@@ -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[]> {