1
0
mirror of https://github.com/enpaul/kodak.git synced 2025-12-19 09:02:34 +00:00

Rename project to dehance

This commit is contained in:
2021-05-02 18:12:04 -04:00
parent 3b05fb2053
commit 6a7662ae0f
32 changed files with 784 additions and 668 deletions

View File

@@ -2,9 +2,9 @@
openapi: "3.0.2"
info:
version: 0.1.0
title: ImageMonk
title: Dehance
description: >-
ImageMonk is a simple HTTP server that allows users to upload
Dehance is a simple HTTP server that allows users to upload
images and retrieve them at a later time. In addition, it
supports generating (and caching) scaled versions of the
uploaded images for use as thumbnails.
@@ -13,7 +13,7 @@ info:
url: https://mit-license.org/
x-anchors:
DefaultHeaders: &headers-default
x-imagemonk-version:
x-dehance-version:
$ref: "#/components/headers/Version"
OptionsResponses: &responses-options
'204':