Made docs easier to read

This commit is contained in:
frikky
2020-06-13 10:12:25 +02:00
parent 59f3bce31a
commit 3cd1f02ca7
4 changed files with 74 additions and 59 deletions
+1
View File
@@ -5955,6 +5955,7 @@ func init() {
// App specific
r.HandleFunc("/api/v1/apps/get_existing", loadSpecificApps).Methods("POST", "OPTIONS")
r.HandleFunc("/api/v1/apps/download_remote", loadSpecificApps).Methods("POST", "OPTIONS")
r.HandleFunc("/api/v1/apps/validate", validateAppInput).Methods("POST", "OPTIONS")
r.HandleFunc("/api/v1/apps/{appId}", deleteWorkflowApp).Methods("DELETE", "OPTIONS")
r.HandleFunc("/api/v1/apps/{appId}/config", getWorkflowAppConfig).Methods("GET", "OPTIONS")