CooperCrew / crew-connect

Final project for ECE-366 at the Cooper Union for the Advancement of Science and Art: a basic fully functional chatting app.
http://142.93.251.255:3000/
1 stars 4 forks source link

@GetMapping("/message/id/{id}") #63

Closed jakekali closed 1 year ago

jakekali commented 1 year ago

In src/main/java/com/coopercrew/crewconnect/web/UserController.java The @GetMapping("/message/id/{id}") function, looks like to me a get users in a group chat? seems like the url path doesn't match?

can we change? are the dependencies that would also need to be refactored?

johnpl-io commented 1 year ago

Yes we can change that it is not that much refactoring

johnpl-io commented 1 year ago

fixed