mirror of
https://gitlab.com/Anson-Projects/spacesystemscalc.git
synced 2025-06-15 14:36:43 +00:00
12 lines
155 B
Julia
Executable File
12 lines
155 B
Julia
Executable File
using Genie
|
|
include("lib/deltaV_mass_Isp.jl")
|
|
|
|
#== server ==#
|
|
|
|
route("/deltaV") do
|
|
deltaV_mass_Isp.serve()
|
|
end
|
|
|
|
|
|
|
|
Genie.isrunning(:webserver) || up(9192) |