Prepare Effect HttpApi backend parity (#24853)
This commit is contained in:
@@ -19,7 +19,7 @@ const oauthInstructions = "Finish OAuth"
|
||||
|
||||
function app(experimental: boolean) {
|
||||
Flag.OPENCODE_EXPERIMENTAL_HTTPAPI = experimental
|
||||
return Server.Default().app
|
||||
return experimental ? Server.Default().app : Server.Legacy().app
|
||||
}
|
||||
|
||||
function requestAuthorize(input: {
|
||||
|
||||
Reference in New Issue
Block a user