From c81436be8f71d1e6cadd79ed57ed33b514d22944 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Wed, 15 Aug 2018 22:32:24 -0400 Subject: [PATCH] Oof --- docs/API.dox | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/API.dox b/docs/API.dox index eab8120881..18c5ec8258 100644 --- a/docs/API.dox +++ b/docs/API.dox @@ -376,8 +376,6 @@ To get a specific compile job use: I GET "/DreamMaker/{CompileJobId}" => @ref Tgstation.Server.Api.Models.CompileJob -*/ - @subsection api_config Static Files Static files can be both read and written. @@ -429,3 +427,5 @@ The returned job represents the startup process for the watchdog To stop the watchdog use the following request: I DELETE "/DreamDaemon" => OK + +*/