Skip to content

Commit

Permalink
remove (Internal Function)
Browse files Browse the repository at this point in the history
  • Loading branch information
fenix-hub authored Mar 18, 2022
1 parent c8bba6d commit fe8530c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion addons/godottpd/http_file_router.gd
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ func _serve_file(file_path: String) -> PoolByteArray:
func _file_exists(file_path: String) -> bool:
return File.new().file_exists(file_path)

# (Internal function)
# Get the full MIME type of a file from its extension
#
# #### Parameters
Expand Down

0 comments on commit fe8530c

Please sign in to comment.