1
0
mirror of https://github.com/musix-org/musix-oss synced 2025-08-02 21:54:35 +00:00
This commit is contained in:
MatteZ02
2020-04-21 14:29:36 +03:00
parent 32c476a3f6
commit 3532cc00d3
8 changed files with 8 additions and 37 deletions

View File

@@ -1,4 +1,4 @@
const config = require("../config/config.js");
const config = require("../src/struct/config/config.js");
const express = require("express"); // Express web server framework
const request = require("request"); // "Request" library
const cors = require("cors");