Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mod4-wp-2023-2024-pokemon
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
Service Desk
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
Morais Fonseca, Claudenir (UT-EEMCS)
mod4-wp-2023-2024-pokemon
Merge requests
!128
trainers
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
trainers
s3102378/mod4-wp-2023-2024-pokemon:localkim
into
main
Overview
0
Commits
2
Pipelines
1
Changes
8
Open
Kim, B.K. (bokyung, Student B-BIT)
requested to merge
s3102378/mod4-wp-2023-2024-pokemon:localkim
into
main
10 months ago
Overview
0
Commits
2
Pipelines
1
Changes
5
Expand
trainer page
0
0
Merge request reports
Compare
version 1
version 1
3aa7be9a
10 months ago
main (HEAD)
and
latest version
latest version
b63bf856
2 commits,
9 months ago
version 1
3aa7be9a
1 commit,
10 months ago
Show latest version
5 files
+
131
−
34
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
src/main/java/nl/utwente/mod4/pokemon/routes/TrainerRoute.java
+
0
−
5
Options
@@ -47,11 +47,6 @@ public class TrainerRoute {
}
@PUT
@Path
(
"/{id}"
)
@Produces
(
MediaType
.
APPLICATION_JSON
)
@Consumes
(
MediaType
.
APPLICATION_JSON
)
Loading