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 98 , "/xrpc/com.atproto.server.deleteSession" 99 99 , Api.Server.DeleteSession.handler ) 100 100 ; ( get 101 + , "/xrpc/com.atproto.server.getServiceAuth" 102 + , Api.Server.GetServiceAuth.handler ) 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 - ; ( post 122 - , "/xrpc/com.atproto.server.getServiceAuth" 123 - , Api.Server.GetServiceAuth.handler ) 124 124 ; ( post 125 125 , "/xrpc/com.atproto.server.reserveSigningKey" 126 126 , Api.Server.ReserveSigningKey.handler )