Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Abgabe Uek 295
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Nico Till Benninger
Abgabe Uek 295
Commits
d2801b8e
Verified
Commit
d2801b8e
authored
5 months ago
by
Nico Till Benninger
Browse files
Options
Downloads
Patches
Plain Diff
feat: adds bearer auth button to swagger ui
parent
9e3a1d6f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#5113
failed
5 months ago
Stage: lint
Stage: unit-test
Stage: e2e-test
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.husky/pre-commit
+1
-0
1 addition, 0 deletions
.husky/pre-commit
src/main.ts
+1
-3
1 addition, 3 deletions
src/main.ts
with
2 additions
and
3 deletions
.husky/pre-commit
+
1
−
0
View file @
d2801b8e
npm run lint
npm run format
git add .
This diff is collapsed.
Click to expand it.
src/main.ts
+
1
−
3
View file @
d2801b8e
...
...
@@ -49,9 +49,7 @@ async function bootstrap() {
await
app
.
listen
(
port
,
httpInterface
);
// wir verwenden aus dem nestjs Umfeld den zur Verfügung stehenden Logger
logger
.
debug
(
`Der Server ist jetzt erreichbar unter:
${
serverProtocol
}
://
${
accessServer
}
:
${
port
}
`
,
);
logger
.
debug
(
`Der Server ist jetzt erreichbar unter:
${
serverProtocol
}
://
${
accessServer
}
:
${
port
}
`
);
logger
.
debug
(
`Die Api Dokumentation in der Version
${
version
}
ist erreichbar unter:
${
serverProtocol
}
://
${
accessServer
}
:
${
port
}
/
${
apiName
}
`
,
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment