Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

Commit

Permalink
Update ModelService.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
mwdchang authored Mar 17, 2023
1 parent 9faf868 commit f9c9b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ModelService.jl
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ end
# O: [ ...]
# }
#
route("/api/models/petri-to-latex", method = POST) do
route("/api/petri-to-latex", method = POST) do
payload = jsonpayload()
model = parse_json_acset(LabelledPetriNet, json(payload))
model_odesys = ODESystem(model)
Expand Down

0 comments on commit f9c9b22

Please sign in to comment.