Static file support
This commit is contained in:
parent
46b5593cb3
commit
a284657783
3 changed files with 8 additions and 0 deletions
|
@ -8,6 +8,7 @@ module Phlexite
|
|||
def initialize: (String, Site) -> void
|
||||
def page: (String, untyped) -> void
|
||||
def group: (String) { (Router) -> void } -> void
|
||||
def mount: (String, on: String) -> void
|
||||
|
||||
private
|
||||
def full_out_path: (String) -> String
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue