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: discoveryMetadata and adminNotes in ILC Registry #308

Merged
merged 4 commits into from
Jun 11, 2021

Conversation

nightnei
Copy link
Contributor

No description provided.

@nightnei nightnei requested review from StyleT and ifree92 June 11, 2021 10:56

const externalRouter = express.Router();

externalRouter.get('/apps_by_metadata', ...getAppsByMetadata);
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
externalRouter.get('/apps_by_metadata', ...getAppsByMetadata);
externalRouter.get('/appDiscovery', ...getAppsByMetadata);

@@ -41,6 +41,7 @@ export default (withAuth: boolean = true) => {
app.use('/api/v1/versioning', authMw, routes.versioning);
app.use('/api/v1/settings', routes.settings(authMw));
app.use('/api/v1/router_domains', routes.routerDomains(authMw));
app.use('/api/v1/external', routes.external);
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
app.use('/api/v1/external', routes.external);
app.use('/api/v1/public', routes.public);

@nightnei nightnei requested a review from StyleT June 11, 2021 13:23
@nightnei nightnei merged commit 6fb8be5 into master Jun 11, 2021
@nightnei nightnei deleted the feature/discoveryMetadataAndAdminNotes branch June 11, 2021 13: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