Make a WS annotation for websockets

This commit is contained in:
Syer10
2021-11-28 13:00:04 -05:00
parent 2942eafd33
commit 39cf432ada
2 changed files with 3 additions and 1 deletions

View File

@@ -6,7 +6,7 @@
package ca.gosyer.data.server.requests
@Get
@WS
fun downloadsQuery() =
"/api/v1/downloads"

View File

@@ -13,3 +13,5 @@ annotation class Post
annotation class Delete
annotation class Patch
annotation class WS