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

Commit e8eeb6f

Browse files
committed
fix: lk;jsdflkjfsdgjkl;sdfs
1 parent 7936578 commit e8eeb6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

polyproto/mls/main.tsp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ using Http;
66
using Versioning;
77
using OpenAPI;
88

9-
@service(#{ title: "polyproto chat APIs" })
9+
@service(#{ title: "polyproto mls APIs" })
1010
@info(#{
1111
license: #{
1212
name: "MIT License",
1313
url: "https://raw.githubusercontent.com/polyphony-chat/docs/refs/heads/main/LICENSE",
1414
},
1515
})
1616
@server("https://example.com", "Example endpoint")
17-
@route("/.p2/chat/v1/")
17+
@route("/.p2/mls/v1/")
1818
@versioned(Version)
1919
namespace polyproto.mls;
2020

0 commit comments

Comments
 (0)