Skip to content

Instantly share code, notes, and snippets.

@Wildanzr
Created March 24, 2023 09:07
Show Gist options
  • Save Wildanzr/ae409a467a331add6c79849007e0992c to your computer and use it in GitHub Desktop.
Save Wildanzr/ae409a467a331add6c79849007e0992c to your computer and use it in GitHub Desktop.
// Import required dependencies
const express = require("express");
const multer = require("multer");
const path = require("path");
const fs = require("fs");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment