Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DojoBackendAPI
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dojo Project (HES-SO)
Projects
Backend
DojoBackendAPI
Compare revisions
390c277c4a283e4b202aed09becd3fb5e378e819 to fc95c7c0f0df6f8db3a69a928ae3952a9edfde8e
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
dojo_project/projects/backend/dojobackendapi
Select target project
No results found
fc95c7c0f0df6f8db3a69a928ae3952a9edfde8e
Select Git revision
Swap
Target
dojo_project/projects/backend/dojobackendapi
Select target project
Dojo_Project_Nguyen/backend/dojobackendapi
dojo_project/projects/backend/dojobackendapi
2 results
390c277c4a283e4b202aed09becd3fb5e378e819
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
ExpressAPI/src/types/express/index.d.ts
+3
-3
3 additions, 3 deletions
ExpressAPI/src/types/express/index.d.ts
with
3 additions
and
3 deletions
ExpressAPI/src/types/express/index.d.ts
View file @
fc95c7c0
import
Session
from
'
../../controllers/Session
'
;
import
Session
from
'
../../controllers/Session
'
;
import
{
Enonce
,
Exerci
c
e
}
from
'
../DatabaseTypes
'
;
import
{
Assignment
,
Exerci
s
e
}
from
'
../DatabaseTypes
'
;
// to make the file a module and avoid the TypeScript error
// to make the file a module and avoid the TypeScript error
export
{};
export
{};
...
@@ -9,7 +9,7 @@ declare global {
...
@@ -9,7 +9,7 @@ declare global {
export
interface
Request
{
export
interface
Request
{
session
:
Session
,
session
:
Session
,
boundParams
:
{
boundParams
:
{
enonce
:
Enonce
|
undefined
,
exerci
c
e
:
Exerci
c
e
|
undefined
assignment
:
Assignment
|
undefined
,
exerci
s
e
:
Exerci
s
e
|
undefined
}
}
}
}
}
}
...
...
This diff is collapsed.
Click to expand it.
Prev
1
2
Next