guoziyun 11 сар өмнө
parent
commit
f8111fc164

+ 1 - 1
routes/v2/coloring-page-collection.js

@@ -16,7 +16,7 @@ router.get('/', process());
 function process() {
   return (req, res, next) => {
     (async function () {
-      let uri = req.baseUrl;
+      let uri = req.baseUrl.substring(1);
       let cacheKey = `${CACHE_PREFIX}_${uri}`;
       let htmlData = await redis.getAsync(cacheKey);
       // htmlData = null;