Skip to content

Commit f0abad8

Browse files
committed
WIP
1 parent 272cf1c commit f0abad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Share/Web/API.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ type API =
3737
:<|> ("sync" :> MaybeAuthenticatedSession :> Unison.Sync.API)
3838
:<|> ("ucm" :> "v1" :> "sync" :> MaybeAuthenticatedSession :> Unison.Sync.API)
3939
:<|> ("ucm" :> "v1" :> "projects" :> MaybeAuthenticatedSession :> UCMProjects.ProjectsAPI)
40+
:<|> ("ucm" :> "v2" :> "sync" :> SyncStream.API)
4041
:<|> ("admin" :> Admin.API)
41-
:<|> ("sync-stream" :> SyncStream.API)
4242

4343
api :: Proxy API
4444
api = Proxy @API

0 commit comments

Comments
 (0)