mirror of
https://github.com/trycua/computer.git
synced 2026-01-02 03:20:22 -06:00
Merge pull request #420 from JagjeevanAK/jagjeevan/372
fix: updated server endpoint from `/vms/push` to `/lume/vms/push`
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