Skip to content
This repository has been archived by the owner on Sep 8, 2024. It is now read-only.

Commit

Permalink
chore: remove link from documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
SrGaabriel committed Feb 6, 2023
1 parent 0e5f3ed commit 705a893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deck-gateway/src/main/kotlin/util/GatewayConstants.kt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package io.github.srgaabriel.deck.gateway.util

public object GatewayConstants {
// According to https://datatracker.ietf.org/doc/html/rfc6455#section-5.5.2
// According to RFC 6455
public const val GatewayPing: String = "9"
public const val GatewayPong: String = "10"
}

0 comments on commit 705a893

Please sign in to comment.