mirror of
https://github.com/Relintai/pandemonium_cms.git
synced 2024-11-14 09:37:19 +01:00
10 lines
147 B
GDScript
10 lines
147 B
GDScript
extends WebServerSimple
|
|
|
|
|
|
|
|
|
|
func _start() -> void:
|
|
get_node("WebRoot").www_root_path = OS.get_user_data_dir().append_path("export/")
|
|
|
|
._start()
|