Skip to content

Commit

Permalink
update license information
Browse files Browse the repository at this point in the history
  • Loading branch information
inetol committed Nov 21, 2024
1 parent bc627be commit d92c471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/documentation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const documentation = (instance: OpenAPIHono): void => {
description: `Note: The latest API version can be accessed with "${config.apiPath}/documents" alias route.`,
license: {
name: 'EUPL-1.2',
url: 'https://joinup.ec.europa.eu/sites/default/files/custom-page/attachment/2020-03/EUPL-1.2%20EN.txt'
url: 'https://eur-lex.europa.eu/eli/dec_impl/2017/863'
}
},
servers: [
Expand Down

0 comments on commit d92c471

Please sign in to comment.