mirror of
https://github.com/google/nomulus.git
synced 2025-05-03 21:47:51 +02:00
Currently, all 4 servlets (backend, frontend, pubapi, tools) have duplicates of the same exact code. That's an anti-pattern! Created a ServletBase they can all extend which has the duplicate code. As a bonus, the tools servlet now runs the metric reporter, meaning tool related metrics will now be reported! ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=219792176 |
||
---|---|---|
.. | ||
backend | ||
frontend | ||
pubapi | ||
tools |