1
0
mirror of https://github.com/google/nomulus synced 2026-01-03 11:45:39 +00:00

Create gcp console service (#2433)

This commit is contained in:
Pavlo Tkach
2024-05-10 17:29:58 -04:00
committed by GitHub
parent fd21fcdb84
commit 3e77004274
13 changed files with 104 additions and 102 deletions

View File

@@ -17,4 +17,12 @@
<url>*/check</url>
<module>pubapi</module>
</dispatch>
<dispatch>
<url>*/console/*</url>
<module>console</module>
</dispatch>
<dispatch>
<url>*/console</url>
<module>console</module>
</dispatch>
</dispatch-entries>