Advertisement
Guest User

Untitled

a guest
Jul 20th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. const express = require("express");
  2. const route = express.Router();
  3.  
  4. contacts = [];
  5.  
  6. route.use("/", express.static("./../public/contacts"));
  7.  
  8.  
  9. module.exports = route;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement