СГ

Size: a a a
СГ

с#
с#
СГ
с#
АО
NK
route("path") {
get() {
// Отсюда
call.redirect("./finish")
}
get("finish") {
// Сюда
}
}PS
route("path") {
get() {
// Отсюда
call.redirect("./finish")
}
get("finish") {
// Сюда
}
}PS
NK
NK
AM
NK
A
QH
LS
val module = SerializersModule {
polymorphic(Project::class) {
subclass(OwnedProject::class)
}
}LS
LS
LS