Skip to content

Commit

Permalink
todo
Browse files Browse the repository at this point in the history
  • Loading branch information
Zwiterrion committed Jan 29, 2025
1 parent 791d9f9 commit 0da7167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion otoroshi/app/next/models/Api.scala
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,6 @@ object ApiBackend {
}
}
}

case class ApiBackendClient(name: String, client: NgClientConfig)

object ApiBackendClient {
Expand Down Expand Up @@ -848,6 +847,7 @@ object Api {
"routes" -> o.routes.map(ApiRoute._fmt.writes),
"backends" -> o.backends.map(ApiBackend._fmt.writes),
"flows" -> o.flows.map(ApiFlows._fmt.writes),
// TODO - list of HTTP clients
"clients" -> o.clients.map(ApiBackendClient._fmt.writes),
"documentation" -> o.documentation.map(ApiDocumentation._fmt.writes),
"consumers" -> o.consumers.map(ApiConsumer._fmt.writes),
Expand Down

0 comments on commit 0da7167

Please sign in to comment.