tangled
alpha
login
or
join now
futur.blue
/
pegasus
57
fork
atom
objective categorical abstract machine language personal data server
57
fork
atom
overview
issues
2
pulls
pipelines
That should be a get
futur.blue
2 months ago
8515b257
6619b51f
verified
This commit was signed with the committer's
known signature
.
futur.blue
SSH Key Fingerprint:
SHA256:QHGqHWNpqYyw9bt8KmPuJIyeZX9SZewBZ0PR1COtKQ0=
+3
-3
1 changed file
expand all
collapse all
unified
split
bin
main.ml
+3
-3
bin/main.ml
···
98
, "/xrpc/com.atproto.server.deleteSession"
99
, Api.Server.DeleteSession.handler )
100
; ( get
0
0
0
101
, "/xrpc/com.atproto.server.checkAccountStatus"
102
, Api.Server.CheckAccountStatus.handler )
103
; ( post
···
118
; ( post
119
, "/xrpc/com.atproto.server.resetPassword"
120
, Api.Server.ResetPassword.handler )
121
-
; ( post
122
-
, "/xrpc/com.atproto.server.getServiceAuth"
123
-
, Api.Server.GetServiceAuth.handler )
124
; ( post
125
, "/xrpc/com.atproto.server.reserveSigningKey"
126
, Api.Server.ReserveSigningKey.handler )
···
98
, "/xrpc/com.atproto.server.deleteSession"
99
, Api.Server.DeleteSession.handler )
100
; ( get
101
+
, "/xrpc/com.atproto.server.getServiceAuth"
102
+
, Api.Server.GetServiceAuth.handler )
103
+
; ( get
104
, "/xrpc/com.atproto.server.checkAccountStatus"
105
, Api.Server.CheckAccountStatus.handler )
106
; ( post
···
121
; ( post
122
, "/xrpc/com.atproto.server.resetPassword"
123
, Api.Server.ResetPassword.handler )
0
0
0
124
; ( post
125
, "/xrpc/com.atproto.server.reserveSigningKey"
126
, Api.Server.ReserveSigningKey.handler )