송효섭

BACKEND api server initialized

Showing 1 changed file with 7 additions and 0 deletions
const express = require('express');
const app = express();
app.get('/', (req, res) => {
//res.send('API SERVER IS WORKING');
console.log("api.js 실행");
});
\ No newline at end of file
......