1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-30 19:09:05 +02:00

Rename storage directory

This commit is contained in:
Kamran Ahmed
2020-01-18 22:47:48 +04:00
parent 22e0006d6b
commit 083fd55f3e
72 changed files with 39 additions and 41 deletions

View File

@@ -1,4 +1,4 @@
import roadmaps from "storage/roadmaps";
import roadmaps from "content/roadmaps";
export const getRequestedRoadmap = req => {
const normalizedUrl = req.url.replace(/\/$/, '');