objective categorical abstract machine language personal data server

That should be a get

futur.blue 8515b257 6619b51f

verified
+3 -3
+3 -3
bin/main.ml
··· 98 , "/xrpc/com.atproto.server.deleteSession" 99 , Api.Server.DeleteSession.handler ) 100 ; ( get 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 ) 124 ; ( post 125 , "/xrpc/com.atproto.server.reserveSigningKey" 126 , Api.Server.ReserveSigningKey.handler )