Adding MIT License
This commit is contained in:
@@ -35,7 +35,7 @@ namespace daggy {
|
||||
void Server::createDescription() {
|
||||
desc_
|
||||
.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,
|
||||
|
||||
Reference in New Issue
Block a user