Skip to content

Commit b789501

Browse files
committed
rm unused
1 parent ee4959f commit b789501

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ The following API routes are available:
2323
* **`GET /skin/cache`**
2424
* **Description**: Returns a JSON array of the names of all currently cached (generated) skins.
2525

26-
* **`GET /uvs`**
27-
* **Description**: Serves a folder containing all UV (unwrap) images. This route acts as a mirror for the UV data.
28-
2926
* **`GET /health`**
3027
* **Description**: Performs a health check and returns a `204 No Content` response if the service is operational.
3128

src/app.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ pub async fn app(
4343
cache,
4444
})),
4545
"/skin".By(skin_router()),
46-
"/uvs".GET(health_check),
4746
"/health".GET(health_check),
4847
));
4948

0 commit comments

Comments
 (0)