mirror of
https://github.com/trycua/computer.git
synced 2026-01-08 06:20:00 -06:00
updated server endpoint from /vms/push to /lume/vms/push
Signed-off-by: Jagjeevan Kashid <jagjeevandev97@gmail.com>
This commit is contained in:
@@ -294,7 +294,7 @@ final class Server {
|
||||
return try await self.handleSetDefaultLocation(name)
|
||||
}),
|
||||
Route(
|
||||
method: "POST", path: "/vms/push",
|
||||
method: "POST", path: "/lume/vms/push",
|
||||
handler: { [weak self] request in
|
||||
guard let self else { throw HTTPError.internalError }
|
||||
return try await self.handlePush(request.body)
|
||||
|
||||
Reference in New Issue
Block a user