Skip to content

refactor node registrar #38

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

Merged
merged 2 commits into from
Mar 25, 2025
Merged

Conversation

Eslam-Nawara
Copy link
Collaborator

Description

refactor node registrar

Related Issues

Checklist

  • Tests included
  • Build pass
  • Documentation
  • Code format and docstring

@Eslam-Nawara Eslam-Nawara force-pushed the development-refactor-registrar branch from aaf6d30 to 244a4fb Compare March 20, 2025 15:09
@@ -21,39 +21,39 @@ func (s *Server) SetupRoutes() {
}))

s.router.GET("/swagger/*any", ginSwagger.WrapHandler(swaggerFiles.Handler))
v1 := s.router.Group("v1")
Copy link
Contributor

Choose a reason for hiding this comment

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

need to also support /v1 that we had because this will break the current nodes no?

@xmonader xmonader merged commit d583612 into development Mar 25, 2025
4 checks passed
@Eslam-Nawara Eslam-Nawara deleted the development-refactor-registrar branch March 25, 2025 11:50
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.

3 participants