Skip to content

Conversation

nightnei
Copy link
Contributor

No description provided.

@nightnei nightnei requested review from StyleT and this-self 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