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
98
, "/xrpc/com.atproto.server.deleteSession"
99
99
, Api.Server.DeleteSession.handler )
100
100
; ( get
101
101
+
, "/xrpc/com.atproto.server.getServiceAuth"
102
102
+
, Api.Server.GetServiceAuth.handler )
103
103
+
; ( get
101
104
, "/xrpc/com.atproto.server.checkAccountStatus"
102
105
, Api.Server.CheckAccountStatus.handler )
103
106
; ( post
···
118
121
; ( post
119
122
, "/xrpc/com.atproto.server.resetPassword"
120
123
, Api.Server.ResetPassword.handler )
121
121
-
; ( post
122
122
-
, "/xrpc/com.atproto.server.getServiceAuth"
123
123
-
, Api.Server.GetServiceAuth.handler )
124
124
; ( post
125
125
, "/xrpc/com.atproto.server.reserveSigningKey"
126
126
, Api.Server.ReserveSigningKey.handler )