Add some doc

This commit is contained in:
David Boreham 2023-02-21 11:25:49 -07:00
parent 9ccf3ca1af
commit 1f57ec5326
2 changed files with 0 additions and 6 deletions

View File

@ -69,9 +69,3 @@ class package_registry_stack(base_stack):
def get_url(self):
return self.url
# Temporary helper functions while we figure out a good interface to the stack deploy code
def _get_stack_mapped_port(stack, service, exposed_port):
return 3000

View File