mirror of
https://github.com/sasjs/server.git
synced 2026-01-12 08:40:04 +00:00
feat(api): added session state endpoint
This commit is contained in:
@@ -67,6 +67,10 @@ export class SessionController {
|
||||
|
||||
return session
|
||||
}
|
||||
|
||||
public getSessionById(id: string) {
|
||||
return this.sessions.find((session) => session.id === id)
|
||||
}
|
||||
}
|
||||
|
||||
export class SASSessionController extends SessionController {
|
||||
|
||||
Reference in New Issue
Block a user