Add /auth endpoint

This commit is contained in:
2020-04-12 01:22:01 +02:00
parent 942fb1a1ec
commit d9346a29f7
5 changed files with 48 additions and 4 deletions
-3
View File
@@ -6,9 +6,6 @@ import org.kodein.di.Kodein
import org.kodein.di.KodeinAware
fun Application.features() {
// must be first to be loaded
configurationFeature()
locationFeature()
corsFeature()
contentNegotiationFeature()