Premigration becasue of image slowness with usage... as happens in GT 0.8.x
This commit is contained in:
parent
78032b3967
commit
a3aed51bc8
@ -27,9 +27,9 @@ MiniDocsServer >> addStorage: anObject [
|
|||||||
]
|
]
|
||||||
|
|
||||||
{ #category : #accessing }
|
{ #category : #accessing }
|
||||||
MiniDocsServer >> initialize [
|
MiniDocsServer >> initStorageRoutes [
|
||||||
super initialize.
|
super initTeapot.
|
||||||
self storage: FileLocator documents / 'lepiter' / 'default'
|
self storage: FileLocator documents / 'lepiter' / 'default'.
|
||||||
]
|
]
|
||||||
|
|
||||||
{ #category : #accessing }
|
{ #category : #accessing }
|
||||||
|
Loading…
Reference in New Issue
Block a user