1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 14:17:36 +00:00

LaunchServer: Remove unnecessary greet() message

This commit is contained in:
Andreas Kling 2021-05-23 09:20:10 +02:00
parent de07dab184
commit e7fc46879e
4 changed files with 0 additions and 7 deletions

View file

@ -1,6 +1,5 @@
endpoint LaunchServer
{
greet() => ()
open_url(URL url, String handler_name) => (bool response)
get_handlers_for_url(URL url) => (Vector<String> handlers)
get_handlers_with_details_for_url(URL url) => (Vector<String> handlers_details)