Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Commit dab7b51

Browse files
committed
fix: add @\get to /gateway, closes #169
1 parent f0d11c0 commit dab7b51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

polyproto/core/routes/main.tsp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ enum Version {
3333
* Retrieve the URL of the gateway server to connect to.
3434
*/
3535
@route("/gateway")
36+
@get
3637
@added(Version.`v1.0-beta.4`)
3738
@summary("Get the gateway server URL")
3839
op gatewayUrl(): {

0 commit comments

Comments
 (0)