Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add new routes for newservice API #3

Closed

Conversation

Alonza0314
Copy link

  • Added GET route for /kuromi/
  • Added POST route for /kuromi/

Screenshot:
server
client

Alonza0314 added 3 commits August 31, 2024 08:53
- Added GET route for /kuromi/
- Added POST route for /kuromi/
Copy link
Owner

@andy89923 andy89923 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add the Unit Test for the service you add.

Comment on lines +49 to +50
applyRoutes(kuroumiGroup, s.getKuromiRoute())
applyRoutes(kuroumiGroup, s.postKuromiRoute())
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

combin to getKuromiRoute().
The get here is just get, not "GET" in http method.
You can refer to each NF

@andy89923 andy89923 changed the base branch from main to stu/113 September 25, 2024 03:32
@Alonza0314 Alonza0314 closed this Sep 25, 2024
@Alonza0314 Alonza0314 deleted the feature/new-route-kuromi branch September 25, 2024 06:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants