Adding MIT License
This commit is contained in:
@@ -35,7 +35,7 @@ namespace daggy {
|
|||||||
void Server::createDescription() {
|
void Server::createDescription() {
|
||||||
desc_
|
desc_
|
||||||
.info()
|
.info()
|
||||||
.license("Apache", "http://www.apache.org/licenses/LICENSE-2.0");
|
.license("MIT", "https://opensource.org/licenses/MIT");
|
||||||
|
|
||||||
|
|
||||||
auto backendErrorResponse = desc_.response(Http::Code::Internal_Server_Error,
|
auto backendErrorResponse = desc_.response(Http::Code::Internal_Server_Error,
|
||||||
|
|||||||
Reference in New Issue
Block a user