From 6362b60edc699cdd4aeac2e36280061c0c9b76f9 Mon Sep 17 00:00:00 2001 From: Naminick <257zs00818@student.zen.ac.jp> Date: Wed, 13 Aug 2025 18:42:59 +0900 Subject: [PATCH] =?UTF-8?q?multi=E9=96=A2=E6=95=B0=E3=82=92=E5=AE=9F?= =?UTF-8?q?=E8=A3=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app.js b/app.js index ad9a93a..02a68e6 100644 --- a/app.js +++ b/app.js @@ -1 +1,4 @@ 'use strict'; +const axios = require('axios'); +axios.get('https://www.google.com').then(res => {console.log(res.data); +}); \ No newline at end of file