mirror of
https://github.com/Suwayomi/TachideskJUI.git
synced 2026-01-22 03:32:33 +01:00
Make a WS annotation for websockets
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
package ca.gosyer.data.server.requests
|
||||
|
||||
@Get
|
||||
@WS
|
||||
fun downloadsQuery() =
|
||||
"/api/v1/downloads"
|
||||
|
||||
|
||||
@@ -13,3 +13,5 @@ annotation class Post
|
||||
annotation class Delete
|
||||
|
||||
annotation class Patch
|
||||
|
||||
annotation class WS
|
||||
|
||||
Reference in New Issue
Block a user