Skip to content

Commit

Permalink
Исправлен путь к API
Browse files Browse the repository at this point in the history
  • Loading branch information
rpiontik committed May 9, 2024
1 parent 523adfd commit d16894f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cli/repo.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ module.exports = function (context) {
},
routes: {
access: {
guestToken: '/session/guest/token'
guestToken: 'api/session/guest/token'
},
repo: {
metadata: '/repo/v2/metadata/'
metadata: 'api/repo/v2/metadata/'
}
},
makeURL(route) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "archpkg",
"version": "2.0.0",
"version": "2.0.1",
"description": "The DocHub metamodel repository manager.",
"private": false,
"main": "index.js",
Expand Down

0 comments on commit d16894f

Please sign in to comment.