-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Develop #134
Conversation
…i files, as well as modifications to the openapi file of the game history service.
…with window.crypto
…one who is already in the system.
Webapp interface
… file in their parent directory and changed the way the containers are created in order to add that new common file into their respective container
Service question generator
Quality Gate failedFailed conditions See analysis details on SonarCloud Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
console.log("Llegamos a pedir preguntas") | ||
const questionGenerated = await axios.get(`${questionService}/questions?n_preguntas=${1}`); | ||
console.log("Pedimos las preguntas") | ||
const questionGenerated = await axios.get(questionService + req.url); |
Check warning
Code scanning / SonarCloud
Server-side requests should not be vulnerable to forging attacks Medium
No description provided.