Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
examsAndAdmissions
Commits
d0275db2
Commit
d0275db2
authored
1 year ago
by
shishir suman
Browse files
Options
Download
Patches
Plain Diff
updating request mapping
parent
7994fc95
Response_fixes
1 merge request
!55
Response fixes
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/com/tarento/upsmf/examsAndAdmissions/controller/InstituteController.java
+1
-2
...mf/examsAndAdmissions/controller/InstituteController.java
with
1 addition
and
2 deletions
+1
-2
src/main/java/com/tarento/upsmf/examsAndAdmissions/controller/InstituteController.java
+
1
−
2
View file @
d0275db2
...
...
@@ -17,13 +17,12 @@ import org.springframework.web.multipart.MultipartFile;
import
java.io.IOException
;
import
java.time.LocalDate
;
import
java.util.HashMap
;
import
java.util.Map
;
import
java.util.Optional
;
import
java.util.List
;
@RestController
@RequestMapping
(
"/api/v1/institutes"
)
@RequestMapping
(
"/api/v1/
admin/
institutes"
)
public
class
InstituteController
{
@Autowired
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
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
Menu
Explore
Projects
Groups
Topics
Snippets