Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. const express=require('express');
  2. const mysql= require("./mysql");
  3. const app=express();
  4. // const mysql=`SELECT * resturantName`
  5. app.get("/" ,function(req,res){
  6. res.json();
  7. })
  8.  
  9. app.listen(3001 , function(){
  10. console.log("yqaadGD0");})
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement