feature #14: Add routes for follow/unfollow coonstitution

This commit is contained in:
2019-08-20 09:41:01 +02:00
parent 7ae30bd3cd
commit 9b2b5e681f
7 changed files with 64 additions and 6 deletions

View File

@@ -30,6 +30,7 @@ val Module = module {
single { CitizenRepository(get()) }
single { ConstitutionRepository(get()) }
single { FollowArticleRepository(get()) }
single { FollowConstitutionRepository(get()) }
single { Migrations(connection = get(), directory = config.sqlFiles) }
}