Skip to content

Commit

Permalink
Add bigoutput URL to be installed by default
Browse files Browse the repository at this point in the history
  • Loading branch information
shabiel committed Feb 21, 2019
1 parent e117641 commit c36d9c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/webinit.m
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
webinit ; OSE/SMH - Initialize Web Server;Feb 07, 2019@10:37
webinit ; OSE/SMH - Initialize Web Server;2019-02-21 11:55 AM
;;1.0.1;MASH WEB SERVER/WEB SERVICES
;
; Map %web on Cache
Expand Down Expand Up @@ -323,6 +323,7 @@ N D D PARSEZRO(.D,$ZROUTINES)
do addService^%webutils("PUT","r/{routine?.1""%25"".32AN}","PR^%webapi",1,"XUPROGMODE")
do addService^%webutils("GET","error","ERR^%webapi")
do addService^%webutils("POST","rpc/{rpc}","RPC^%webapi",1)
do addService^%webutils("GET","bigoutput","bigoutput^%webapi")
do addService^%webutils("OPTIONS","rpc/{rpc}","RPCO^%webapi")
n params s params(1)="U^rpc",params(2)="F^start",params(3)="F^direction",params(4)="B"
do addService^%webutils("POST","rpc2/{rpc}","rpc2^%webapi",1,"","",.params)
Expand Down

0 comments on commit c36d9c0

Please sign in to comment.