Premigration becasue of image slowness with usage... as happens in GT 0.8.x

This commit is contained in:
Offray Vladimir Luna Cárdenas 2023-01-03 12:46:46 -05:00
parent 78032b3967
commit a3aed51bc8
1 changed files with 3 additions and 3 deletions

View File

@ -27,9 +27,9 @@ MiniDocsServer >> addStorage: anObject [
]
{ #category : #accessing }
MiniDocsServer >> initialize [
super initialize.
self storage: FileLocator documents / 'lepiter' / 'default'
MiniDocsServer >> initStorageRoutes [
super initTeapot.
self storage: FileLocator documents / 'lepiter' / 'default'.
]
{ #category : #accessing }