Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TOR-2203 Poista vanha HSL api #3101

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/main/scala/ScalatraBootstrap.scala
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import fi.oph.koski.localization.KoskiSpecificLocalizationServlet
import fi.oph.koski.log.Logging
import fi.oph.koski.luovutuspalvelu.{PalveluvaylaServlet, TilastokeskusServlet}
import fi.oph.koski.migri.MigriServlet
import fi.oph.koski.mydata.{ApiProxyServlet, MyDataReactServlet, MyDataServlet}
import fi.oph.koski.mydata.{MyDataReactServlet, MyDataServlet}
import fi.oph.koski.omaopintopolkuloki.OmaOpintoPolkuLokiServlet
import fi.oph.koski.omattiedot.{OmatTiedotHtmlServlet, OmatTiedotServlet, OmatTiedotServletV2}
import fi.oph.koski.opiskeluoikeus.{OpiskeluoikeusServlet, OpiskeluoikeusValidationServlet}
Expand Down Expand Up @@ -133,7 +133,6 @@ class ScalatraBootstrap extends LifeCycle with Logging with Timing with GlobalEx
mount("/koski/api/luovutuspalvelu/ytl", new YtlServlet)
mount("/koski/api/palveluvayla", new PalveluvaylaServlet)
mount("/koski/api/luovutuspalvelu/haku", new TilastokeskusServlet)
mount("/koski/api/omadata/oppija", new ApiProxyServlet)
mount("/koski/api/omadata", new MyDataServlet)
mount("/koski/api/omaopintopolkuloki", new OmaOpintoPolkuLokiServlet)
mount("/koski/api/ytrkoesuoritukset", new YtrKoesuoritusApiServlet)
Expand Down
66 changes: 0 additions & 66 deletions src/main/scala/fi/oph/koski/mydata/ApiProxyServlet.scala

This file was deleted.

130 changes: 0 additions & 130 deletions src/test/scala/fi/oph/koski/mydata/MyDataAPIProxyServletTest.scala

This file was deleted.

Loading