Skip to content

Commit

Permalink
Console.log to test
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiollende committed Mar 21, 2024
1 parent 76cba65 commit f188f21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gatewayservice/gateway-service.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ app.post('/edituser', async (req, res) => {
app.get('/WikiData/GetCapitalsQuestions', async (_req, res) => {
try {
// Forward the edit user request to the user service
console.log(process.env.WIKIDATA_SERVICE_URL);
const wikiResponse = await axios.get(wikidataServiceUrl+'/WikiData/GetCapitalsQuestions');
res.json(wikiResponse.data);
} catch (error) {
Expand Down

0 comments on commit f188f21

Please sign in to comment.