Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuRA committed Feb 10, 2025
1 parent 947e71c commit 3ded3f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion @xen-orchestra/rest-api/src/ioc/ioc.mts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Container, decorate, injectable } from 'inversify'
import { Controller } from 'tsoa'

import { RestApi } from '../rest-api/rest-api.mjs'
import { XoApp } from '../rest-api/rest-api.type.mjs'
import type { XoApp } from '../rest-api/rest-api.type.mjs'

const iocContainer = new Container()

Expand Down
2 changes: 1 addition & 1 deletion @xen-orchestra/rest-api/src/rest-api/rest-api.mts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { XoApp } from './rest-api.type.mjs'
import type { XoApp } from './rest-api.type.mjs'

export class RestApi {
authenticateUser: XoApp['authenticateUser']
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@

- @xen-orchestra/rest-api minor
- @xen-orchestra/web-core minor
- xo-server patch

<!--packages-end-->

0 comments on commit 3ded3f4

Please sign in to comment.