Renaming.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2024-04-03 10:15:32 -05:00
parent 83ea8d4310
commit b500a65c00
1 changed files with 1 additions and 1 deletions

View File

@ -100,5 +100,5 @@ BreaApp >> preview [
{ #category : #accessing }
BreaApp >> webHost [
^ host ifNil: [ host := Teapot allInstances detect: [ :each | each webHost isRunning ]]
^ host ifNil: [ host := Teapot allInstances detect: [ :each | each server isRunning ] ifNone: [ host := Teapot on. host server start ]]
]