mirror of
https://github.com/hkalexling/Mango.git
synced 2025-08-02 19:05:32 -04:00
Fix typo (embeded -> embedded)
This commit is contained in:
parent
8c47d50291
commit
7f0088f45a
@ -24,7 +24,7 @@ class Server
|
||||
add_handler AuthHandler.new @context.storage
|
||||
{% if flag?(:release) %}
|
||||
# when building for relase, embed the static files in binary
|
||||
@context.debug "We are in release mode. Using embeded static files."
|
||||
@context.debug "We are in release mode. Using embedded static files."
|
||||
serve_static false
|
||||
add_handler StaticHandler.new
|
||||
{% end %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user