mirror of
https://github.com/danieleteti/delphimvcframework.git
synced 2024-11-15 15:55:54 +01:00
54c82554e6
MVCFramework.Controllers.CacheController.pas
14 lines
262 B
Plaintext
14 lines
262 B
Plaintext
object wmMain: TwmMain
|
|
OldCreateOrder = False
|
|
OnCreate = WebModuleCreate
|
|
Actions = <
|
|
item
|
|
Default = True
|
|
Name = 'DefaultHandler'
|
|
PathInfo = '/'
|
|
OnAction = WebModule1DefaultHandlerAction
|
|
end>
|
|
Height = 230
|
|
Width = 415
|
|
end
|