-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Take amp-list routes out of app.js into its own routing file #21214
Conversation
Okay I think I have to change some usages of |
/cc owners @erwinmombay @danielrozenberg @rsimha in case any of you would like to take a look. Otherwise this is merging EOD. ;) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Owners approval for build-system/
Thank you Raghu! |
…ect#21214) * Break amp-list routes out into own routing file * Refactor amp-list manual tests and routes out to their own file and folder * Update other usages of enableCors
…ect#21214) * Break amp-list routes out into own routing file * Refactor amp-list manual tests and routes out to their own file and folder * Update other usages of enableCors
I need to add some new routes for another case for amp-list-load-more but
app.js
is > 1k loc. This is a pure refactor PR to take the routes relevant to amp-list out ofapp.js
into its own routing file. I updated the relevant routes foramp-list
.