From 268824c1085847873cf15c091fc22305f39e30d5 Mon Sep 17 00:00:00 2001 From: Kamila Nazirova Date: Tue, 26 Nov 2024 19:49:01 +0300 Subject: [PATCH] Added multy stub for project kazan-explore --- server/index.js | 1 + server/routers/{old => }/kazan-explore/index.js | 0 server/routers/{old => }/kazan-explore/json/data/success.json | 0 .../{old => }/kazan-explore/json/education/info-about-kfu.json | 0 .../kazan-explore/json/first/info-about-kazan/success.json | 0 .../routers/{old => }/kazan-explore/json/first/news/success.json | 0 .../routers/{old => }/kazan-explore/json/places/places-data.json | 0 .../routers/{old => }/kazan-explore/json/sport/sport-data.json | 0 .../{old => }/kazan-explore/json/transport/bus-numbers.json | 0 .../{old => }/kazan-explore/json/transport/events-calendar.json | 0 .../{old => }/kazan-explore/json/transport/info-about-page.json | 0 .../{old => }/kazan-explore/json/transport/tral-numbers.json | 0 .../kazan-explore/json/transport/trip-schedule/success.json | 0 .../{old => }/kazan-explore/json/users-information/success.json | 0 14 files changed, 1 insertion(+) rename server/routers/{old => }/kazan-explore/index.js (100%) rename server/routers/{old => }/kazan-explore/json/data/success.json (100%) rename server/routers/{old => }/kazan-explore/json/education/info-about-kfu.json (100%) rename server/routers/{old => }/kazan-explore/json/first/info-about-kazan/success.json (100%) rename server/routers/{old => }/kazan-explore/json/first/news/success.json (100%) rename server/routers/{old => }/kazan-explore/json/places/places-data.json (100%) rename server/routers/{old => }/kazan-explore/json/sport/sport-data.json (100%) rename server/routers/{old => }/kazan-explore/json/transport/bus-numbers.json (100%) rename server/routers/{old => }/kazan-explore/json/transport/events-calendar.json (100%) rename server/routers/{old => }/kazan-explore/json/transport/info-about-page.json (100%) rename server/routers/{old => }/kazan-explore/json/transport/tral-numbers.json (100%) rename server/routers/{old => }/kazan-explore/json/transport/trip-schedule/success.json (100%) rename server/routers/{old => }/kazan-explore/json/users-information/success.json (100%) 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