diff --git a/crates/tabby/src/serve/mod.rs b/crates/tabby/src/serve/mod.rs index 3a2d482..79312b9 100644 --- a/crates/tabby/src/serve/mod.rs +++ b/crates/tabby/src/serve/mod.rs @@ -27,7 +27,7 @@ OpenAPI documentation for [tabby](https://github.com/TabbyML/tabby), a self-host license(name = "Apache 2.0", url="https://github.com/TabbyML/tabby/blob/main/LICENSE") ), servers( - (url = "https://playground.app.tabbyml.com/tabby", description = "Playground server"), + (url = "https://playground.app.tabbyml.com", description = "Playground server"), (url = "http://localhost:8080", description = "Local server"), ), paths(events::log_event, completions::completion, health::health), diff --git a/website/static/openapi.json b/website/static/openapi.json index 1ec3f38..33a297e 100644 --- a/website/static/openapi.json +++ b/website/static/openapi.json @@ -11,7 +11,7 @@ }, "servers": [ { - "url": "https://playground.app.tabbyml.com/tabby", + "url": "https://playground.app.tabbyml.com", "description": "Playground server" }, {