* Prefix all endpoints in the `HttpApi`.
(prefix: Prefix)
| 91 | * Prefix all endpoints in the `HttpApi`. |
| 92 | */ |
| 93 | prefix<const Prefix extends PathInput>(prefix: Prefix): HttpApi<Id, HttpApiGroup.AddPrefix<Groups, Prefix>> |
| 94 | |
| 95 | /** |
| 96 | * Adds a middleware to every endpoint currently in the `HttpApi`. |