Skip to content

Commit 6dbe5db

Browse files
moved API swagger defintion to api_server crate
There's no need to have a separate crate for swagger definitions. Deleted the api crate and moved everything to api_server. Signed-off-by: Andreea Florescu <[email protected]>
1 parent 98a497d commit 6dbe5db

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ spawn a RESTful API endpoint when started. The API endpoint can be used to:
3636

3737
- One-process virtual machine manager (one Firecracker per microVM).
3838
- RESTful API running on a unix socket. The API supported by the current version
39-
can be found at `api/swagger/firecracker-beta.yaml`.
39+
can be found at `api_server/swagger/firecracker-beta.yaml`.
4040
- Emulated keyboard (i8042) and serial console (UART). The microVM serial
4141
console input and output are connected to those of the Firecracker process
4242
(this allows direct console access to the guest OS).
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)