diff --git a/server/index.js b/server/index.js index 6d2f691..51c954d 100644 --- a/server/index.js +++ b/server/index.js @@ -45,6 +45,7 @@ app.use(require('./root')) app.use('/epja-2024-1', require('./routers/epja-2024-1')) app.use('/todo', require('./routers/todo/routes')) app.use('/dogsitters-finder', require('./routers/dogsitters-finder')) +app.use('/kazan-explore', require('./routers/kazan-explore')) app.use(require('./error')) diff --git a/server/routers/old/kazan-explore/index.js b/server/routers/kazan-explore/index.js similarity index 100% rename from server/routers/old/kazan-explore/index.js rename to server/routers/kazan-explore/index.js diff --git a/server/routers/old/kazan-explore/json/data/success.json b/server/routers/kazan-explore/json/data/success.json similarity index 100% rename from server/routers/old/kazan-explore/json/data/success.json rename to server/routers/kazan-explore/json/data/success.json diff --git a/server/routers/old/kazan-explore/json/education/info-about-kfu.json b/server/routers/kazan-explore/json/education/info-about-kfu.json similarity index 100% rename from server/routers/old/kazan-explore/json/education/info-about-kfu.json rename to server/routers/kazan-explore/json/education/info-about-kfu.json diff --git a/server/routers/old/kazan-explore/json/first/info-about-kazan/success.json b/server/routers/kazan-explore/json/first/info-about-kazan/success.json similarity index 100% rename from server/routers/old/kazan-explore/json/first/info-about-kazan/success.json rename to server/routers/kazan-explore/json/first/info-about-kazan/success.json diff --git a/server/routers/old/kazan-explore/json/first/news/success.json b/server/routers/kazan-explore/json/first/news/success.json similarity index 100% rename from server/routers/old/kazan-explore/json/first/news/success.json rename to server/routers/kazan-explore/json/first/news/success.json diff --git a/server/routers/old/kazan-explore/json/places/places-data.json b/server/routers/kazan-explore/json/places/places-data.json similarity index 100% rename from server/routers/old/kazan-explore/json/places/places-data.json rename to server/routers/kazan-explore/json/places/places-data.json diff --git a/server/routers/old/kazan-explore/json/sport/sport-data.json b/server/routers/kazan-explore/json/sport/sport-data.json similarity index 100% rename from server/routers/old/kazan-explore/json/sport/sport-data.json rename to server/routers/kazan-explore/json/sport/sport-data.json diff --git a/server/routers/old/kazan-explore/json/transport/bus-numbers.json b/server/routers/kazan-explore/json/transport/bus-numbers.json similarity index 100% rename from server/routers/old/kazan-explore/json/transport/bus-numbers.json rename to server/routers/kazan-explore/json/transport/bus-numbers.json diff --git a/server/routers/old/kazan-explore/json/transport/events-calendar.json b/server/routers/kazan-explore/json/transport/events-calendar.json similarity index 100% rename from server/routers/old/kazan-explore/json/transport/events-calendar.json rename to server/routers/kazan-explore/json/transport/events-calendar.json diff --git a/server/routers/old/kazan-explore/json/transport/info-about-page.json b/server/routers/kazan-explore/json/transport/info-about-page.json similarity index 100% rename from server/routers/old/kazan-explore/json/transport/info-about-page.json rename to server/routers/kazan-explore/json/transport/info-about-page.json diff --git a/server/routers/old/kazan-explore/json/transport/tral-numbers.json b/server/routers/kazan-explore/json/transport/tral-numbers.json similarity index 100% rename from server/routers/old/kazan-explore/json/transport/tral-numbers.json rename to server/routers/kazan-explore/json/transport/tral-numbers.json diff --git a/server/routers/old/kazan-explore/json/transport/trip-schedule/success.json b/server/routers/kazan-explore/json/transport/trip-schedule/success.json similarity index 100% rename from server/routers/old/kazan-explore/json/transport/trip-schedule/success.json rename to server/routers/kazan-explore/json/transport/trip-schedule/success.json diff --git a/server/routers/old/kazan-explore/json/users-information/success.json b/server/routers/kazan-explore/json/users-information/success.json similarity index 100% rename from server/routers/old/kazan-explore/json/users-information/success.json rename to server/routers/kazan-explore/json/users-information/success.json