formato correcto de cuestionario por verificar

This commit is contained in:
Your Name
2025-04-02 12:43:37 -06:00
parent a1f52daa8a
commit a16e82005e
18 changed files with 1109 additions and 43 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ const axios = require('axios');
const fs = require('fs');
const path = require('path');
const API_URL = 'http://localhost:3000';
const API_URL = 'http://localhost:4200';
async function loadFormFromFile(filePath) {
try {