toggle menu
innoqueue
0.0.1-SNAPSHOT
jvm
switch theme
search in API
innoqueue
/
com.innopolis.innoqueue.rest.v1
/
BackendController
Backend
Controller
@
RestController
@
RequestMapping
(
value
=
[
"/api/v1"
]
)
class
BackendController
(
service
:
DatabaseService
)
Controller for managing Database
Members
Constructors
Backend
Controller
Link copied to clipboard
constructor
(
service
:
DatabaseService
)
Functions
clear
Expired
Invite
Codes
Link copied to clipboard
@
PostMapping
(
value
=
[
"/invitations/clear"
]
)
fun
clearExpiredInviteCodes
(
)
:
EmptyDto
Endpoint for deleting expired invite codes
get
Host
Link copied to clipboard
@
GetMapping
(
value
=
[
"/host"
]
)
fun
getHost
(
)
:
HostDto