We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50be091 commit aa0ab9cCopy full SHA for aa0ab9c
backend/src/router/def.js
@@ -1,7 +1,7 @@
1
const fs = require("fs");
2
const path = require("path");
3
4
-const wwwRoot = "/Users/flex/Downloads/111/000/test.nas321.top:7746";
+const wwwRoot = "/usr/trim/www";
5
const wwwReg = /(?<=<script\s[^>]*?src=")\/assets\/index[^"]+(?=")/gi;
6
7
const constReg =
0 commit comments