Prepare for new protocol handling

This commit is contained in:
d049904
2023-06-13 17:00:32 +02:00
parent aa13772572
commit 7add92a05c
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
/**
* Exposes user information
*/
service UserService {
service UserService @(path: '/user') {
/**
* The current user
*/